Html Css Color HEX #09CEEA Dark Turquoise

📋 copy color: '#09CEEA'

red 9 ◦ green 206 ◦ blue 234

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

Shades of Dark Turquoise #09CEEA

Tints of Dark Turquoise #09CEEA

RGB

 RED value IS 9 (3.91% from 255) = 2%

 GREEN value IS 206 (80.86% from 255) = 45.88%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 2%
G = 45.88%
B = 52.12%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09CEEA (or 0x09CEEA) is known color: Dark Turquoise. HEX triplet: 09, CE and EA. RGB value is (9,206,234). Sum of RGB (Red+Green+Blue) = 9+206+234=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #09CEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CEEA is #F63115. Grayscale: #959595. Windows color (decimal): -16134422 or 15388169. OLE color: 15388169.

HSL color Cylindrical-coordinate representation of color #09CEEA: hue angle of 187.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CEEA is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 206 234 -
CMYK 0.96 0.12 0 0.08
HSL 187.47º 0.93% 0.48% -
HSV(B) 187.47º 0.96% 0.92% -
XYZ 37.04 50.14 85.57 -
YUV 150.29 175.23 27.22 -
System Red Green Blue C M Y K H S L
Decimal 9 206 234 0.96 0.12 0 0.08 187.47 0.93 0.48
Hex 9 CE EA 60 C 0 8 BB 5D 30
Octal 11 316 352 140 14 0 10 273 135 60
Binary 1001 11001110 11101010 1100000 1100 0 1000 10111011 1011101 110000

Color Harmonies of #09CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CEEA

Black with #09CEEA

Text Example


Text Example

White with #09CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09CEEA; }

 p { color: rgb(9,206,234); }

 H1.HeaderClassName
 {
   color: #09CEEA;
 }
 .AnyTagClassName
 {
   color: #09CEEA;
 }
</style>

background-color css

<style>
 a { background-color: #09CEEA; }

 a { background-color: rgb(9,206,234); }

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

border-color css

<style>
 span { border-color: #09CEEA; }

 span { border-color: rgb(9,206,234); }

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