Shades of Dark Turquoise #09D7DC
Tints of Dark Turquoise #09D7DC
RGB
CMYK
RGB Variations
Color information
#09D7DC (or 0x09D7DC) is known color: Dark Turquoise. HEX triplet: 09, D7 and DC. RGB value is (9,215,220). Sum of RGB (Red+Green+Blue) = 9+215+220=444 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.03% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #09D7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D7DC is #F62823. Grayscale: #999999. Windows color (decimal): -16132132 or 14472969. OLE color: 14472969.
HSL color Cylindrical-coordinate representation of color #09D7DC: hue angle of 181.42º 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 #09D7DC is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 215 | 220 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.14 |
| HSL | 181.42º | 0.92% | 0.45% | - |
| HSV(B) | 181.42º | 0.96% | 0.86% | - |
| XYZ | 37.33 | 53.83 | 76.13 | - |
| YUV | 153.98 | 165.25 | 24.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 215 | 220 | 0.96 | 0.02 | 0 | 0.14 | 181.42 | 0.92 | 0.45 |
| Hex | 9 | D7 | DC | 60 | 2 | 0 | E | B5 | 5C | 2D |
| Octal | 11 | 327 | 334 | 140 | 2 | 0 | 16 | 265 | 134 | 55 |
| Binary | 1001 | 11010111 | 11011100 | 1100000 | 10 | 0 | 1110 | 10110101 | 1011100 | 101101 |
Color Harmonies of #09D7DC
Complementary color
Monochromatic Colors of #09D7DC
Black with #09D7DC
Text Example
Text Example
White with #09D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D7DC; }
p { color: rgb(9,215,220); }
H1.HeaderClassName
{
color: #09D7DC;
}
.AnyTagClassName
{
color: #09D7DC;
}
</style>
background-color css
<style>
a { background-color: #09D7DC; }
a { background-color: rgb(9,215,220); }
div.DivClassName
{
background-color: #09D7DC;
}
.BgClassName
{
background-color: #09D7DC;
}
</style>
border-color css
<style>
span { border-color: #09D7DC; }
span { border-color: rgb(9,215,220); }
td.TdClassName
{
border-color: #09D7DC;
}
.TagClassName
{
border-color: #09D7DC;
}
</style>