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