Shades of Dark Turquoise #09D0DC
Tints of Dark Turquoise #09D0DC
RGB
CMYK
RGB Variations
Color information
#09D0DC (or 0x09D0DC) is known color: Dark Turquoise. HEX triplet: 09, D0 and DC. RGB value is (9,208,220). Sum of RGB (Red+Green+Blue) = 9+208+220=437 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #09D0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D0DC is #F62F23. Grayscale: #959595. Windows color (decimal): -16133924 or 14471177. OLE color: 14471177.
HSL color Cylindrical-coordinate representation of color #09D0DC: hue angle of 183.41º 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 #09D0DC is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 208 | 220 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.14 |
| HSL | 183.41º | 0.92% | 0.45% | - |
| HSV(B) | 183.41º | 0.96% | 0.86% | - |
| XYZ | 35.59 | 50.34 | 75.55 | - |
| YUV | 149.87 | 167.57 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 208 | 220 | 0.96 | 0.05 | 0 | 0.14 | 183.41 | 0.92 | 0.45 |
| Hex | 9 | D0 | DC | 60 | 5 | 0 | E | B7 | 5C | 2D |
| Octal | 11 | 320 | 334 | 140 | 5 | 0 | 16 | 267 | 134 | 55 |
| Binary | 1001 | 11010000 | 11011100 | 1100000 | 101 | 0 | 1110 | 10110111 | 1011100 | 101101 |
Color Harmonies of #09D0DC
Complementary color
Monochromatic Colors of #09D0DC
Black with #09D0DC
Text Example
Text Example
White with #09D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D0DC; }
p { color: rgb(9,208,220); }
H1.HeaderClassName
{
color: #09D0DC;
}
.AnyTagClassName
{
color: #09D0DC;
}
</style>
background-color css
<style>
a { background-color: #09D0DC; }
a { background-color: rgb(9,208,220); }
div.DivClassName
{
background-color: #09D0DC;
}
.BgClassName
{
background-color: #09D0DC;
}
</style>
border-color css
<style>
span { border-color: #09D0DC; }
span { border-color: rgb(9,208,220); }
td.TdClassName
{
border-color: #09D0DC;
}
.TagClassName
{
border-color: #09D0DC;
}
</style>