Html Css Color HEX #09CBDC Dark Turquoise

📋 copy color: '#09CBDC'

red 9 ◦ green 203 ◦ blue 220

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

Shades of Dark Turquoise #09CBDC

Tints of Dark Turquoise #09CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.99%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 2.08%
G = 46.99%
B = 50.93%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09CBDC (or 0x09CBDC) is known color: Dark Turquoise. HEX triplet: 09, CB and DC. RGB value is (9,203,220). Sum of RGB (Red+Green+Blue) = 9+203+220=432 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #09CBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CBDC is #F63423. Grayscale: #929292. Windows color (decimal): -16135204 or 14469897. OLE color: 14469897.

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

Color convert

RGB 9 203 220 -
CMYK 0.96 0.08 0 0.14
HSL 184.83º 0.92% 0.45% -
HSV(B) 184.83º 0.96% 0.86% -
XYZ 34.39 47.94 75.15 -
YUV 146.93 169.23 29.62 -
System Red Green Blue C M Y K H S L
Decimal 9 203 220 0.96 0.08 0 0.14 184.83 0.92 0.45
Hex 9 CB DC 60 8 0 E B9 5C 2D
Octal 11 313 334 140 10 0 16 271 134 55
Binary 1001 11001011 11011100 1100000 1000 0 1110 10111001 1011100 101101

Color Harmonies of #09CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CBDC

Black with #09CBDC

Text Example


Text Example

White with #09CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,203,220); }

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

background-color css

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

 a { background-color: rgb(9,203,220); }

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

border-color css

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

 span { border-color: rgb(9,203,220); }

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