Html Css Color HEX #06CFE4 Dark Turquoise

📋 copy color: '#06CFE4'

red 6 ◦ green 207 ◦ blue 228

#06CFE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #06CFE4

Tints of Dark Turquoise #06CFE4

RGB

 RED value IS 6 (2.73% from 255) = 1.36%

 GREEN value IS 207 (81.25% from 255) = 46.94%

 BLUE value IS 228 (89.45% from 255) = 51.7%

R = 1.36%
G = 46.94%
B = 51.7%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06CFE4 (or 0x06CFE4) is known color: Dark Turquoise. HEX triplet: 06, CF and E4. RGB value is (6,207,228). Sum of RGB (Red+Green+Blue) = 6+207+228=441 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 228 (89.45% from 255 or 51.70% from 441); Max value from RGB is 228 - color contains mainly: blue. Hex color #06CFE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CFE4 is #F9301B. Grayscale: #959595. Windows color (decimal): -16330780 or 14995206. OLE color: 14995206.

HSL color Cylindrical-coordinate representation of color #06CFE4: hue angle of 185.68º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CFE4 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 207 228 -
CMYK 0.97 0.09 0 0.11
HSL 185.68º 0.95% 0.46% -
HSV(B) 185.68º 0.97% 0.89% -
XYZ 36.39 50.27 81.18 -
YUV 149.3 172.41 25.79 -
System Red Green Blue C M Y K H S L
Decimal 6 207 228 0.97 0.09 0 0.11 185.68 0.95 0.46
Hex 6 CF E4 61 9 0 B BA 5F 2E
Octal 6 317 344 141 11 0 13 272 137 56
Binary 110 11001111 11100100 1100001 1001 0 1011 10111010 1011111 101110

Color Harmonies of #06CFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CFE4

Black with #06CFE4

Text Example


Text Example

White with #06CFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06CFE4; }

 p { color: rgb(6,207,228); }

 H1.HeaderClassName
 {
   color: #06CFE4;
 }
 .AnyTagClassName
 {
   color: #06CFE4;
 }
</style>

background-color css

<style>
 a { background-color: #06CFE4; }

 a { background-color: rgb(6,207,228); }

 div.DivClassName
 {
   background-color: #06CFE4;
 }
 .BgClassName
 {
   background-color: #06CFE4;
 }
</style>

border-color css

<style>
 span { border-color: #06CFE4; }

 span { border-color: rgb(6,207,228); }

 td.TdClassName
 {
   border-color: #06CFE4;
 }
 .TagClassName
 {
   border-color: #06CFE4;
 }
</style>