Shades of Dark Turquoise #09D6DD
Tints of Dark Turquoise #09D6DD
RGB
CMYK
RGB Variations
Color information
#09D6DD (or 0x09D6DD) is known color: Dark Turquoise. HEX triplet: 09, D6 and DD. RGB value is (9,214,221). Sum of RGB (Red+Green+Blue) = 9+214+221=444 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.03% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #09D6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D6DD is #F62922. Grayscale: #999999. Windows color (decimal): -16132387 or 14538249. OLE color: 14538249.
HSL color Cylindrical-coordinate representation of color #09D6DD: hue angle of 181.98º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D6DD is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 214 | 221 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.13 |
| HSL | 181.98º | 0.92% | 0.45% | - |
| HSV(B) | 181.98º | 0.96% | 0.87% | - |
| XYZ | 37.21 | 53.37 | 76.75 | - |
| YUV | 153.5 | 166.08 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 214 | 221 | 0.96 | 0.03 | 0 | 0.13 | 181.98 | 0.92 | 0.45 |
| Hex | 9 | D6 | DD | 60 | 3 | 0 | D | B6 | 5C | 2D |
| Octal | 11 | 326 | 335 | 140 | 3 | 0 | 15 | 266 | 134 | 55 |
| Binary | 1001 | 11010110 | 11011101 | 1100000 | 11 | 0 | 1101 | 10110110 | 1011100 | 101101 |
Color Harmonies of #09D6DD
Complementary color
Monochromatic Colors of #09D6DD
Black with #09D6DD
Text Example
Text Example
White with #09D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D6DD; }
p { color: rgb(9,214,221); }
H1.HeaderClassName
{
color: #09D6DD;
}
.AnyTagClassName
{
color: #09D6DD;
}
</style>
background-color css
<style>
a { background-color: #09D6DD; }
a { background-color: rgb(9,214,221); }
div.DivClassName
{
background-color: #09D6DD;
}
.BgClassName
{
background-color: #09D6DD;
}
</style>
border-color css
<style>
span { border-color: #09D6DD; }
span { border-color: rgb(9,214,221); }
td.TdClassName
{
border-color: #09D6DD;
}
.TagClassName
{
border-color: #09D6DD;
}
</style>