Shades of Dark Turquoise #09D2DB
Tints of Dark Turquoise #09D2DB
RGB
CMYK
RGB Variations
Color information
#09D2DB (or 0x09D2DB) is known color: Dark Turquoise. HEX triplet: 09, D2 and DB. RGB value is (9,210,219). Sum of RGB (Red+Green+Blue) = 9+210+219=438 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #09D2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D2DB is #F62D24. Grayscale: #969696. Windows color (decimal): -16133413 or 14406153. OLE color: 14406153.
HSL color Cylindrical-coordinate representation of color #09D2DB: hue angle of 182.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 #09D2DB is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 210 | 219 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.14 |
| HSL | 182.57º | 0.92% | 0.45% | - |
| HSV(B) | 182.57º | 0.96% | 0.86% | - |
| XYZ | 35.95 | 51.27 | 75.02 | - |
| YUV | 150.93 | 166.41 | 26.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 219 | 0.96 | 0.04 | 0 | 0.14 | 182.57 | 0.92 | 0.45 |
| Hex | 9 | D2 | DB | 60 | 4 | 0 | E | B7 | 5C | 2D |
| Octal | 11 | 322 | 333 | 140 | 4 | 0 | 16 | 267 | 134 | 55 |
| Binary | 1001 | 11010010 | 11011011 | 1100000 | 100 | 0 | 1110 | 10110111 | 1011100 | 101101 |
Color Harmonies of #09D2DB
Complementary color
Monochromatic Colors of #09D2DB
Black with #09D2DB
Text Example
Text Example
White with #09D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D2DB; }
p { color: rgb(9,210,219); }
H1.HeaderClassName
{
color: #09D2DB;
}
.AnyTagClassName
{
color: #09D2DB;
}
</style>
background-color css
<style>
a { background-color: #09D2DB; }
a { background-color: rgb(9,210,219); }
div.DivClassName
{
background-color: #09D2DB;
}
.BgClassName
{
background-color: #09D2DB;
}
</style>
border-color css
<style>
span { border-color: #09D2DB; }
span { border-color: rgb(9,210,219); }
td.TdClassName
{
border-color: #09D2DB;
}
.TagClassName
{
border-color: #09D2DB;
}
</style>