Shades of Dark Turquoise #09D2DF
Tints of Dark Turquoise #09D2DF
RGB
CMYK
RGB Variations
Color information
#09D2DF (or 0x09D2DF) is known color: Dark Turquoise. HEX triplet: 09, D2 and DF. RGB value is (9,210,223). Sum of RGB (Red+Green+Blue) = 9+210+223=442 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #09D2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D2DF is #F62D20. Grayscale: #979797. Windows color (decimal): -16133409 or 14668297. OLE color: 14668297.
HSL color Cylindrical-coordinate representation of color #09D2DF: hue angle of 183.64º 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 #09D2DF is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 210 | 223 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.13 |
| HSL | 183.64º | 0.92% | 0.45% | - |
| HSV(B) | 183.64º | 0.96% | 0.87% | - |
| XYZ | 36.48 | 51.48 | 77.83 | - |
| YUV | 151.38 | 168.41 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 223 | 0.96 | 0.06 | 0 | 0.13 | 183.64 | 0.92 | 0.45 |
| Hex | 9 | D2 | DF | 60 | 6 | 0 | D | B8 | 5C | 2D |
| Octal | 11 | 322 | 337 | 140 | 6 | 0 | 15 | 270 | 134 | 55 |
| Binary | 1001 | 11010010 | 11011111 | 1100000 | 110 | 0 | 1101 | 10111000 | 1011100 | 101101 |
Color Harmonies of #09D2DF
Complementary color
Monochromatic Colors of #09D2DF
Black with #09D2DF
Text Example
Text Example
White with #09D2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D2DF; }
p { color: rgb(9,210,223); }
H1.HeaderClassName
{
color: #09D2DF;
}
.AnyTagClassName
{
color: #09D2DF;
}
</style>
background-color css
<style>
a { background-color: #09D2DF; }
a { background-color: rgb(9,210,223); }
div.DivClassName
{
background-color: #09D2DF;
}
.BgClassName
{
background-color: #09D2DF;
}
</style>
border-color css
<style>
span { border-color: #09D2DF; }
span { border-color: rgb(9,210,223); }
td.TdClassName
{
border-color: #09D2DF;
}
.TagClassName
{
border-color: #09D2DF;
}
</style>