Shades of Dark Turquoise #09DBCC
Tints of Dark Turquoise #09DBCC
RGB
CMYK
RGB Variations
Color information
#09DBCC (or 0x09DBCC) is known color: Dark Turquoise. HEX triplet: 09, DB and CC. RGB value is (9,219,204). Sum of RGB (Red+Green+Blue) = 9+219+204=432 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #09DBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DBCC is #F62433. Grayscale: #9A9A9A. Windows color (decimal): -16131124 or 13425417. OLE color: 13425417.
HSL color Cylindrical-coordinate representation of color #09DBCC: hue angle of 175.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 #09DBCC is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 219 | 204 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.14 |
| HSL | 175.71º | 0.92% | 0.45% | - |
| HSV(B) | 175.71º | 0.96% | 0.86% | - |
| XYZ | 36.34 | 55.08 | 65.84 | - |
| YUV | 154.5 | 155.93 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 204 | 0.96 | 0 | 0.07 | 0.14 | 175.71 | 0.92 | 0.45 |
| Hex | 9 | DB | CC | 60 | 0 | 7 | E | B0 | 5C | 2D |
| Octal | 11 | 333 | 314 | 140 | 0 | 7 | 16 | 260 | 134 | 55 |
| Binary | 1001 | 11011011 | 11001100 | 1100000 | 0 | 111 | 1110 | 10110000 | 1011100 | 101101 |
Color Harmonies of #09DBCC
Complementary color
Monochromatic Colors of #09DBCC
Black with #09DBCC
Text Example
Text Example
White with #09DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DBCC; }
p { color: rgb(9,219,204); }
H1.HeaderClassName
{
color: #09DBCC;
}
.AnyTagClassName
{
color: #09DBCC;
}
</style>
background-color css
<style>
a { background-color: #09DBCC; }
a { background-color: rgb(9,219,204); }
div.DivClassName
{
background-color: #09DBCC;
}
.BgClassName
{
background-color: #09DBCC;
}
</style>
border-color css
<style>
span { border-color: #09DBCC; }
span { border-color: rgb(9,219,204); }
td.TdClassName
{
border-color: #09DBCC;
}
.TagClassName
{
border-color: #09DBCC;
}
</style>