Shades of Dark Turquoise #09D2DC
Tints of Dark Turquoise #09D2DC
RGB
CMYK
RGB Variations
Color information
#09D2DC (or 0x09D2DC) is known color: Dark Turquoise. HEX triplet: 09, D2 and DC. RGB value is (9,210,220). Sum of RGB (Red+Green+Blue) = 9+210+220=439 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #09D2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D2DC is #F62D23. Grayscale: #969696. Windows color (decimal): -16133412 or 14471689. OLE color: 14471689.
HSL color Cylindrical-coordinate representation of color #09D2DC: hue angle of 182.84º 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 #09D2DC is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 210 | 220 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.14 |
| HSL | 182.84º | 0.92% | 0.45% | - |
| HSV(B) | 182.84º | 0.96% | 0.86% | - |
| XYZ | 36.08 | 51.32 | 75.71 | - |
| YUV | 151.04 | 166.91 | 26.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 220 | 0.96 | 0.05 | 0 | 0.14 | 182.84 | 0.92 | 0.45 |
| Hex | 9 | D2 | DC | 60 | 5 | 0 | E | B7 | 5C | 2D |
| Octal | 11 | 322 | 334 | 140 | 5 | 0 | 16 | 267 | 134 | 55 |
| Binary | 1001 | 11010010 | 11011100 | 1100000 | 101 | 0 | 1110 | 10110111 | 1011100 | 101101 |
Color Harmonies of #09D2DC
Complementary color
Monochromatic Colors of #09D2DC
Black with #09D2DC
Text Example
Text Example
White with #09D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D2DC; }
p { color: rgb(9,210,220); }
H1.HeaderClassName
{
color: #09D2DC;
}
.AnyTagClassName
{
color: #09D2DC;
}
</style>
background-color css
<style>
a { background-color: #09D2DC; }
a { background-color: rgb(9,210,220); }
div.DivClassName
{
background-color: #09D2DC;
}
.BgClassName
{
background-color: #09D2DC;
}
</style>
border-color css
<style>
span { border-color: #09D2DC; }
span { border-color: rgb(9,210,220); }
td.TdClassName
{
border-color: #09D2DC;
}
.TagClassName
{
border-color: #09D2DC;
}
</style>