Html Css Color HEX #09CCDA Dark Turquoise

📋 copy color: '#09CCDA'

red 9 ◦ green 204 ◦ blue 218

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

Shades of Dark Turquoise #09CCDA

Tints of Dark Turquoise #09CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 2.09%
G = 47.33%
B = 50.58%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#09CCDA (or 0x09CCDA) is known color: Dark Turquoise. HEX triplet: 09, CC and DA. RGB value is (9,204,218). Sum of RGB (Red+Green+Blue) = 9+204+218=431 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #09CCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CCDA is #F63325. Grayscale: #939393. Windows color (decimal): -16134950 or 14339081. OLE color: 14339081.

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

Color convert

RGB 9 204 218 -
CMYK 0.96 0.06 0 0.15
HSL 184.02º 0.92% 0.45% -
HSV(B) 184.02º 0.96% 0.85% -
XYZ 34.36 48.31 73.84 -
YUV 147.29 167.9 29.36 -
System Red Green Blue C M Y K H S L
Decimal 9 204 218 0.96 0.06 0 0.15 184.02 0.92 0.45
Hex 9 CC DA 60 6 0 F B8 5C 2D
Octal 11 314 332 140 6 0 17 270 134 55
Binary 1001 11001100 11011010 1100000 110 0 1111 10111000 1011100 101101

Color Harmonies of #09CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CCDA

Black with #09CCDA

Text Example


Text Example

White with #09CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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