Shades of Dark Turquoise #09C5D8
Tints of Dark Turquoise #09C5D8
RGB
CMYK
RGB Variations
Color information
#09C5D8 (or 0x09C5D8) is known color: Dark Turquoise. HEX triplet: 09, C5 and D8. RGB value is (9,197,216). Sum of RGB (Red+Green+Blue) = 9+197+216=422 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #09C5D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C5D8 is #F63A27. Grayscale: #8E8E8E. Windows color (decimal): -16136744 or 14206217. OLE color: 14206217.
HSL color Cylindrical-coordinate representation of color #09C5D8: hue angle of 185.51º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C5D8 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 197 | 216 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.15 |
| HSL | 185.51º | 0.92% | 0.44% | - |
| HSV(B) | 185.51º | 0.96% | 0.85% | - |
| XYZ | 32.47 | 44.95 | 71.93 | - |
| YUV | 142.95 | 169.22 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 197 | 216 | 0.96 | 0.09 | 0 | 0.15 | 185.51 | 0.92 | 0.44 |
| Hex | 9 | C5 | D8 | 60 | 9 | 0 | F | BA | 5C | 2C |
| Octal | 11 | 305 | 330 | 140 | 11 | 0 | 17 | 272 | 134 | 54 |
| Binary | 1001 | 11000101 | 11011000 | 1100000 | 1001 | 0 | 1111 | 10111010 | 1011100 | 101100 |
Color Harmonies of #09C5D8
Complementary color
Monochromatic Colors of #09C5D8
Black with #09C5D8
Text Example
Text Example
White with #09C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C5D8; }
p { color: rgb(9,197,216); }
H1.HeaderClassName
{
color: #09C5D8;
}
.AnyTagClassName
{
color: #09C5D8;
}
</style>
background-color css
<style>
a { background-color: #09C5D8; }
a { background-color: rgb(9,197,216); }
div.DivClassName
{
background-color: #09C5D8;
}
.BgClassName
{
background-color: #09C5D8;
}
</style>
border-color css
<style>
span { border-color: #09C5D8; }
span { border-color: rgb(9,197,216); }
td.TdClassName
{
border-color: #09C5D8;
}
.TagClassName
{
border-color: #09C5D8;
}
</style>