Shades of Dark Turquoise #09C0DB
Tints of Dark Turquoise #09C0DB
RGB
CMYK
RGB Variations
Color information
#09C0DB (or 0x09C0DB) is known color: Dark Turquoise. HEX triplet: 09, C0 and DB. RGB value is (9,192,219). Sum of RGB (Red+Green+Blue) = 9+192+219=420 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #09C0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0DB is #F63F24. Grayscale: #8C8C8C. Windows color (decimal): -16138021 or 14401545. OLE color: 14401545.
HSL color Cylindrical-coordinate representation of color #09C0DB: hue angle of 187.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 #09C0DB is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 192 | 219 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.14 |
| HSL | 187.71º | 0.92% | 0.45% | - |
| HSV(B) | 187.71º | 0.96% | 0.86% | - |
| XYZ | 31.75 | 42.87 | 73.62 | - |
| YUV | 140.36 | 172.37 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 219 | 0.96 | 0.12 | 0 | 0.14 | 187.71 | 0.92 | 0.45 |
| Hex | 9 | C0 | DB | 60 | C | 0 | E | BC | 5C | 2D |
| Octal | 11 | 300 | 333 | 140 | 14 | 0 | 16 | 274 | 134 | 55 |
| Binary | 1001 | 11000000 | 11011011 | 1100000 | 1100 | 0 | 1110 | 10111100 | 1011100 | 101101 |
Color Harmonies of #09C0DB
Complementary color
Monochromatic Colors of #09C0DB
Black with #09C0DB
Text Example
Text Example
White with #09C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C0DB; }
p { color: rgb(9,192,219); }
H1.HeaderClassName
{
color: #09C0DB;
}
.AnyTagClassName
{
color: #09C0DB;
}
</style>
background-color css
<style>
a { background-color: #09C0DB; }
a { background-color: rgb(9,192,219); }
div.DivClassName
{
background-color: #09C0DB;
}
.BgClassName
{
background-color: #09C0DB;
}
</style>
border-color css
<style>
span { border-color: #09C0DB; }
span { border-color: rgb(9,192,219); }
td.TdClassName
{
border-color: #09C0DB;
}
.TagClassName
{
border-color: #09C0DB;
}
</style>