Html Css Color HEX #09CCE9 Dark Turquoise

📋 copy color: '#09CCE9'

red 9 ◦ green 204 ◦ blue 233

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

Shades of Dark Turquoise #09CCE9

Tints of Dark Turquoise #09CCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.74%

 BLUE value IS 233 (91.41% from 255) = 52.24%

R = 2.02%
G = 45.74%
B = 52.24%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#09CCE9 (or 0x09CCE9) is known color: Dark Turquoise. HEX triplet: 09, CC and E9. RGB value is (9,204,233). Sum of RGB (Red+Green+Blue) = 9+204+233=446 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #09CCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CCE9 is #F63316. Grayscale: #949494. Windows color (decimal): -16134935 or 15322121. OLE color: 15322121.

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

Color convert

RGB 9 204 233 -
CMYK 0.96 0.12 0 0.09
HSL 187.77º 0.93% 0.47% -
HSV(B) 187.77º 0.96% 0.91% -
XYZ 36.41 49.13 84.65 -
YUV 149 175.4 28.14 -
System Red Green Blue C M Y K H S L
Decimal 9 204 233 0.96 0.12 0 0.09 187.77 0.93 0.47
Hex 9 CC E9 60 C 0 9 BC 5D 2F
Octal 11 314 351 140 14 0 11 274 135 57
Binary 1001 11001100 11101001 1100000 1100 0 1001 10111100 1011101 101111

Color Harmonies of #09CCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CCE9

Black with #09CCE9

Text Example


Text Example

White with #09CCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,204,233); }

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

background-color css

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

 a { background-color: rgb(9,204,233); }

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

border-color css

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

 span { border-color: rgb(9,204,233); }

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