Shades of Dark Turquoise #09DBCF
Tints of Dark Turquoise #09DBCF
RGB
CMYK
RGB Variations
Color information
#09DBCF (or 0x09DBCF) is known color: Dark Turquoise. HEX triplet: 09, DB and CF. RGB value is (9,219,207). Sum of RGB (Red+Green+Blue) = 9+219+207=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #09DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DBCF is #F62430. Grayscale: #9A9A9A. Windows color (decimal): -16131121 or 13622025. OLE color: 13622025.
HSL color Cylindrical-coordinate representation of color #09DBCF: hue angle of 176.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 #09DBCF is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 219 | 207 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.14 |
| HSL | 176.57º | 0.92% | 0.45% | - |
| HSV(B) | 176.57º | 0.96% | 0.86% | - |
| XYZ | 36.71 | 55.23 | 67.76 | - |
| YUV | 154.84 | 157.43 | 23.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 207 | 0.96 | 0 | 0.05 | 0.14 | 176.57 | 0.92 | 0.45 |
| Hex | 9 | DB | CF | 60 | 0 | 5 | E | B1 | 5C | 2D |
| Octal | 11 | 333 | 317 | 140 | 0 | 5 | 16 | 261 | 134 | 55 |
| Binary | 1001 | 11011011 | 11001111 | 1100000 | 0 | 101 | 1110 | 10110001 | 1011100 | 101101 |
Color Harmonies of #09DBCF
Complementary color
Monochromatic Colors of #09DBCF
Black with #09DBCF
Text Example
Text Example
White with #09DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DBCF; }
p { color: rgb(9,219,207); }
H1.HeaderClassName
{
color: #09DBCF;
}
.AnyTagClassName
{
color: #09DBCF;
}
</style>
background-color css
<style>
a { background-color: #09DBCF; }
a { background-color: rgb(9,219,207); }
div.DivClassName
{
background-color: #09DBCF;
}
.BgClassName
{
background-color: #09DBCF;
}
</style>
border-color css
<style>
span { border-color: #09DBCF; }
span { border-color: rgb(9,219,207); }
td.TdClassName
{
border-color: #09DBCF;
}
.TagClassName
{
border-color: #09DBCF;
}
</style>