Html Css Color HEX #09DECC Dark Turquoise

📋 copy color: '#09DECC'

red 9 ◦ green 222 ◦ blue 204

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

Shades of Dark Turquoise #09DECC

Tints of Dark Turquoise #09DECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.03%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 2.07%
G = 51.03%
B = 46.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#09DECC (or 0x09DECC) is known color: Dark Turquoise. HEX triplet: 09, DE and CC. RGB value is (9,222,204). Sum of RGB (Red+Green+Blue) = 9+222+204=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #09DECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DECC is #F62133. Grayscale: #9C9C9C. Windows color (decimal): -16130356 or 13426185. OLE color: 13426185.

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

Color convert

RGB 9 222 204 -
CMYK 0.96 0 0.08 0.13
HSL 174.93º 0.92% 0.45% -
HSV(B) 174.93º 0.96% 0.87% -
XYZ 37.13 56.66 66.11 -
YUV 156.26 154.93 22.96 -
System Red Green Blue C M Y K H S L
Decimal 9 222 204 0.96 0 0.08 0.13 174.93 0.92 0.45
Hex 9 DE CC 60 0 8 D AF 5C 2D
Octal 11 336 314 140 0 10 15 257 134 55
Binary 1001 11011110 11001100 1100000 0 1000 1101 10101111 1011100 101101

Color Harmonies of #09DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DECC

Black with #09DECC

Text Example


Text Example

White with #09DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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