COLOR #06FCF5

HEX: #06FCF5
RGB: (6,252,245)

Color info

#06FCF5 contains mainly green and blue colors. Web safe color of #06FCF5 is #00FFFF (or #0FF).

RGB color model

#06FCF5 color RGB value is (6,252,245).

  • red value is 6;
  • green value is 252;
  • blue value is 245.
RGB:
(6,252,245)
(2%,99%,96%)

RGB channels and saturation

R 6 of 255 = 2%
G 252 of 255 = 99%
B 245 of 255 = 96%

6
252
245

R + G + B ~ 66%. #06FCF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
6 + 252 + 245 = 503 (100%)
R 6 of 503 ~ 1.19%
G 252 of 503 ~ 50.1%
B 245 of 503 ~ 48.71%

%50.1
%48.71

CMYK color model

#06FCF5 color CMYK value is (98,0,3,1).

  • cyan value is 97.62%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 1.18%
CMYK:
(98,0,3,1)
C98M0Y3K1 
(98%,0%,3%,1%)
(0.98/0.00/0.03/0.01)	

CMYK percentages

%97.62
%0
%2.78
%1.18

Codes

Color #06FCF5 in popluar color models

06FCF5
RGB6252245
HSL178°97.62%50.59%
HSB/HSV178°97.62%98.82%
CMYK97.62%0.00%2.78%
1.18%

Color #06FCF5 in popluar number systems.

HEX06FCF5
Decimal6252245
Binary1101111110011110101
Octal6374365

Shades and tints

Shades of #06FCF5

#06FCF5
(6,252,245)
#06E6DF
(6,230,223)
#06D0C9
(6,208,201)
#06BAB3
(6,186,179)
#06A49D
(6,164,157)
#068E87
(6,142,135)
#067871
(6,120,113)
#06625B
(6,98,91)
#064C45
(6,76,69)
#06362F
(6,54,47)
#062019
(6,32,25)
#000000
(0,0,0)

Tints of #06FCF5

#06FCF5
(6,252,245)
#1CFCF5
(28,252,245)
#32FCF5
(50,252,245)
#48FCF5
(72,252,245)
#5EFCF5
(94,252,245)
#74FCF5
(116,252,245)
#8AFCF5
(138,252,245)
#A0FCF5
(160,252,245)
#B6FCF5
(182,252,245)
#CCFCF5
(204,252,245)
#E2FCF5
(226,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06FCF5 color. Also use rgb(6,252,245) instead hex code.

Text Font Color

.myTextColor { color: #06FCF5; }

<p style="color:#06FCF5">This sample text font color is #06FCF5.</p>

This text font color is #06FCF5.


Background Color

.myBgColor { background-color: #06FCF5; }

<div style="background-color:#06FCF5">Inner text</div>

This div background color is #06FCF5.


Border color

.myBorderColor { border: 1px solid #06FCF5; }

<div style="border:3px solid #06FCF5">Div</div>

This div border color is #06FCF5.


Opacity

.myOpacity80 { color: #06FCF5; opacity: 0.8; }

<p style="color:#06FCF5;opacity:0.8;">80%</p>

Text with #06FCF5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06FCF5;}

<p style="text-shadow: 3px 3px 1px #06FCF5">Text here.</p>

This text has shadow with #06FCF5 color.

.textShadow {text-shadow: 3px 3px 1px #06FCF5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06FCF5, 5px 5px 20px red">Text here.</p>

This text has shadow with #06FCF5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06FCF5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06FCF5, Direction=45, Strength=4)">Text</p>

This text has shadow with #06FCF5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06FCF5;
  -webkit-box-shadow:	1px 1px 3px 2px #06FCF5;
  box-shadow:		1px 1px 3px 2px #06FCF5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06FCF5;
-webkit-box-shadow: 1px 1px 3px 2px #06FCF5;
box-shadow:1px 1px 3px 2px #06FCF5;">
Div content here</div>
This div box has shadow with color #06FCF5.

Preview

Color preview on black background

This text has color #06FCF5 on black background.


Color preview on white background

This text has color #06FCF5 on white background.



Black color preview on #06FCF5 background

This text has black color on #06FCF5 background.


White color preview on #06FCF5 background

This text has white color on #06FCF5 background.