Shades of Dark Turquoise #09D0CE
Tints of Dark Turquoise #09D0CE
RGB
CMYK
RGB Variations
Color information
#09D0CE (or 0x09D0CE) is known color: Dark Turquoise. HEX triplet: 09, D0 and CE. RGB value is (9,208,206). Sum of RGB (Red+Green+Blue) = 9+208+206=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #09D0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D0CE is #F62F31. Grayscale: #949494. Windows color (decimal): -16133938 or 13553673. OLE color: 13553673.
HSL color Cylindrical-coordinate representation of color #09D0CE: hue angle of 179.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D0CE is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 208 | 206 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.18 |
| HSL | 179.4º | 0.92% | 0.43% | - |
| HSV(B) | 179.4º | 0.96% | 0.82% | - |
| XYZ | 33.81 | 49.63 | 66.19 | - |
| YUV | 148.27 | 160.57 | 28.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 208 | 206 | 0.96 | 0 | 0.01 | 0.18 | 179.4 | 0.92 | 0.43 |
| Hex | 9 | D0 | CE | 60 | 0 | 1 | 12 | B3 | 5C | 2B |
| Octal | 11 | 320 | 316 | 140 | 0 | 1 | 22 | 263 | 134 | 53 |
| Binary | 1001 | 11010000 | 11001110 | 1100000 | 0 | 1 | 10010 | 10110011 | 1011100 | 101011 |
Color Harmonies of #09D0CE
Complementary color
Monochromatic Colors of #09D0CE
Black with #09D0CE
Text Example
Text Example
White with #09D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D0CE; }
p { color: rgb(9,208,206); }
H1.HeaderClassName
{
color: #09D0CE;
}
.AnyTagClassName
{
color: #09D0CE;
}
</style>
background-color css
<style>
a { background-color: #09D0CE; }
a { background-color: rgb(9,208,206); }
div.DivClassName
{
background-color: #09D0CE;
}
.BgClassName
{
background-color: #09D0CE;
}
</style>
border-color css
<style>
span { border-color: #09D0CE; }
span { border-color: rgb(9,208,206); }
td.TdClassName
{
border-color: #09D0CE;
}
.TagClassName
{
border-color: #09D0CE;
}
</style>