Html Css Color HEX #09CCDB Dark Turquoise

📋 copy color: '#09CCDB'

red 9 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #09CCDB

Tints of Dark Turquoise #09CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 2.08%
G = 47.22%
B = 50.69%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09CCDB (or 0x09CCDB) is known color: Dark Turquoise. HEX triplet: 09, CC and DB. RGB value is (9,204,219). Sum of RGB (Red+Green+Blue) = 9+204+219=432 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #09CCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CCDB is #F63324. Grayscale: #939393. Windows color (decimal): -16134949 or 14404617. OLE color: 14404617.

HSL color Cylindrical-coordinate representation of color #09CCDB: hue angle of 184.29º 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 #09CCDB is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 204 219 -
CMYK 0.96 0.07 0 0.14
HSL 184.29º 0.92% 0.45% -
HSV(B) 184.29º 0.96% 0.86% -
XYZ 34.49 48.36 74.53 -
YUV 147.41 168.4 29.28 -
System Red Green Blue C M Y K H S L
Decimal 9 204 219 0.96 0.07 0 0.14 184.29 0.92 0.45
Hex 9 CC DB 60 7 0 E B8 5C 2D
Octal 11 314 333 140 7 0 16 270 134 55
Binary 1001 11001100 11011011 1100000 111 0 1110 10111000 1011100 101101

Color Harmonies of #09CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CCDB

Black with #09CCDB

Text Example


Text Example

White with #09CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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