Shades of Dark Turquoise #09D2D8
Tints of Dark Turquoise #09D2D8
RGB
CMYK
RGB Variations
Color information
#09D2D8 (or 0x09D2D8) is known color: Dark Turquoise. HEX triplet: 09, D2 and D8. RGB value is (9,210,216). Sum of RGB (Red+Green+Blue) = 9+210+216=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #09D2D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D2D8 is #F62D27. Grayscale: #969696. Windows color (decimal): -16133416 or 14209545. OLE color: 14209545.
HSL color Cylindrical-coordinate representation of color #09D2D8: hue angle of 181.74º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D2D8 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 210 | 216 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.15 |
| HSL | 181.74º | 0.92% | 0.44% | - |
| HSV(B) | 181.74º | 0.96% | 0.85% | - |
| XYZ | 35.55 | 51.11 | 72.96 | - |
| YUV | 150.59 | 164.91 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 216 | 0.96 | 0.03 | 0 | 0.15 | 181.74 | 0.92 | 0.44 |
| Hex | 9 | D2 | D8 | 60 | 3 | 0 | F | B6 | 5C | 2C |
| Octal | 11 | 322 | 330 | 140 | 3 | 0 | 17 | 266 | 134 | 54 |
| Binary | 1001 | 11010010 | 11011000 | 1100000 | 11 | 0 | 1111 | 10110110 | 1011100 | 101100 |
Color Harmonies of #09D2D8
Complementary color
Monochromatic Colors of #09D2D8
Black with #09D2D8
Text Example
Text Example
White with #09D2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D2D8; }
p { color: rgb(9,210,216); }
H1.HeaderClassName
{
color: #09D2D8;
}
.AnyTagClassName
{
color: #09D2D8;
}
</style>
background-color css
<style>
a { background-color: #09D2D8; }
a { background-color: rgb(9,210,216); }
div.DivClassName
{
background-color: #09D2D8;
}
.BgClassName
{
background-color: #09D2D8;
}
</style>
border-color css
<style>
span { border-color: #09D2D8; }
span { border-color: rgb(9,210,216); }
td.TdClassName
{
border-color: #09D2D8;
}
.TagClassName
{
border-color: #09D2D8;
}
</style>