Html Css Color HEX #09CBDB Dark Turquoise

📋 copy color: '#09CBDB'

red 9 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #09CBDB

Tints of Dark Turquoise #09CBDB

RGB

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

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

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

R = 2.09%
G = 47.1%
B = 50.81%

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

#09CBDB (or 0x09CBDB) is known color: Dark Turquoise. HEX triplet: 09, CB and DB. RGB value is (9,203,219). Sum of RGB (Red+Green+Blue) = 9+203+219=431 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #09CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CBDB is #F63424. Grayscale: #929292. Windows color (decimal): -16135205 or 14404361. OLE color: 14404361.

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

Color convert

RGB 9 203 219 -
CMYK 0.96 0.07 0 0.14
HSL 184.57º 0.92% 0.45% -
HSV(B) 184.57º 0.96% 0.86% -
XYZ 34.25 47.88 74.46 -
YUV 146.82 168.73 29.7 -
System Red Green Blue C M Y K H S L
Decimal 9 203 219 0.96 0.07 0 0.14 184.57 0.92 0.45
Hex 9 CB DB 60 7 0 E B9 5C 2D
Octal 11 313 333 140 7 0 16 271 134 55
Binary 1001 11001011 11011011 1100000 111 0 1110 10111001 1011100 101101

Color Harmonies of #09CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CBDB

Black with #09CBDB

Text Example


Text Example

White with #09CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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