Shades of Dark Turquoise #09CEDB
Tints of Dark Turquoise #09CEDB
RGB
CMYK
RGB Variations
Color information
#09CEDB (or 0x09CEDB) is known color: Dark Turquoise. HEX triplet: 09, CE and DB. RGB value is (9,206,219). Sum of RGB (Red+Green+Blue) = 9+206+219=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #09CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CEDB is #F63124. Grayscale: #949494. Windows color (decimal): -16134437 or 14405129. OLE color: 14405129.
HSL color Cylindrical-coordinate representation of color #09CEDB: hue angle of 183.71º 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 #09CEDB is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 206 | 219 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.14 |
| HSL | 183.71º | 0.92% | 0.45% | - |
| HSV(B) | 183.71º | 0.96% | 0.86% | - |
| XYZ | 34.97 | 49.32 | 74.69 | - |
| YUV | 148.58 | 167.73 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 219 | 0.96 | 0.06 | 0 | 0.14 | 183.71 | 0.92 | 0.45 |
| Hex | 9 | CE | DB | 60 | 6 | 0 | E | B8 | 5C | 2D |
| Octal | 11 | 316 | 333 | 140 | 6 | 0 | 16 | 270 | 134 | 55 |
| Binary | 1001 | 11001110 | 11011011 | 1100000 | 110 | 0 | 1110 | 10111000 | 1011100 | 101101 |
Color Harmonies of #09CEDB
Complementary color
Monochromatic Colors of #09CEDB
Black with #09CEDB
Text Example
Text Example
White with #09CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CEDB; }
p { color: rgb(9,206,219); }
H1.HeaderClassName
{
color: #09CEDB;
}
.AnyTagClassName
{
color: #09CEDB;
}
</style>
background-color css
<style>
a { background-color: #09CEDB; }
a { background-color: rgb(9,206,219); }
div.DivClassName
{
background-color: #09CEDB;
}
.BgClassName
{
background-color: #09CEDB;
}
</style>
border-color css
<style>
span { border-color: #09CEDB; }
span { border-color: rgb(9,206,219); }
td.TdClassName
{
border-color: #09CEDB;
}
.TagClassName
{
border-color: #09CEDB;
}
</style>