Shades of Dark Turquoise #09D0DF
Tints of Dark Turquoise #09D0DF
RGB
CMYK
RGB Variations
Color information
#09D0DF (or 0x09D0DF) is known color: Dark Turquoise. HEX triplet: 09, D0 and DF. RGB value is (9,208,223). Sum of RGB (Red+Green+Blue) = 9+208+223=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #09D0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D0DF is #F62F20. Grayscale: #959595. Windows color (decimal): -16133921 or 14667785. OLE color: 14667785.
HSL color Cylindrical-coordinate representation of color #09D0DF: hue angle of 184.21º 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 #09D0DF is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 208 | 223 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.13 |
| HSL | 184.21º | 0.92% | 0.45% | - |
| HSV(B) | 184.21º | 0.96% | 0.87% | - |
| XYZ | 35.99 | 50.5 | 77.66 | - |
| YUV | 150.21 | 169.07 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 208 | 223 | 0.96 | 0.07 | 0 | 0.13 | 184.21 | 0.92 | 0.45 |
| Hex | 9 | D0 | DF | 60 | 7 | 0 | D | B8 | 5C | 2D |
| Octal | 11 | 320 | 337 | 140 | 7 | 0 | 15 | 270 | 134 | 55 |
| Binary | 1001 | 11010000 | 11011111 | 1100000 | 111 | 0 | 1101 | 10111000 | 1011100 | 101101 |
Color Harmonies of #09D0DF
Complementary color
Monochromatic Colors of #09D0DF
Black with #09D0DF
Text Example
Text Example
White with #09D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D0DF; }
p { color: rgb(9,208,223); }
H1.HeaderClassName
{
color: #09D0DF;
}
.AnyTagClassName
{
color: #09D0DF;
}
</style>
background-color css
<style>
a { background-color: #09D0DF; }
a { background-color: rgb(9,208,223); }
div.DivClassName
{
background-color: #09D0DF;
}
.BgClassName
{
background-color: #09D0DF;
}
</style>
border-color css
<style>
span { border-color: #09D0DF; }
span { border-color: rgb(9,208,223); }
td.TdClassName
{
border-color: #09D0DF;
}
.TagClassName
{
border-color: #09D0DF;
}
</style>