Shades of Dark Turquoise #09C9DF
Tints of Dark Turquoise #09C9DF
RGB
CMYK
RGB Variations
Color information
#09C9DF (or 0x09C9DF) is known color: Dark Turquoise. HEX triplet: 09, C9 and DF. RGB value is (9,201,223). Sum of RGB (Red+Green+Blue) = 9+201+223=433 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #09C9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C9DF is #F63620. Grayscale: #919191. Windows color (decimal): -16135713 or 14665993. OLE color: 14665993.
HSL color Cylindrical-coordinate representation of color #09C9DF: hue angle of 186.17º 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 #09C9DF is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 201 | 223 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.13 |
| HSL | 186.17º | 0.92% | 0.45% | - |
| HSV(B) | 186.17º | 0.96% | 0.87% | - |
| XYZ | 34.32 | 47.16 | 77.11 | - |
| YUV | 146.1 | 171.39 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 201 | 223 | 0.96 | 0.10 | 0 | 0.13 | 186.17 | 0.92 | 0.45 |
| Hex | 9 | C9 | DF | 60 | A | 0 | D | BA | 5C | 2D |
| Octal | 11 | 311 | 337 | 140 | 12 | 0 | 15 | 272 | 134 | 55 |
| Binary | 1001 | 11001001 | 11011111 | 1100000 | 1010 | 0 | 1101 | 10111010 | 1011100 | 101101 |
Color Harmonies of #09C9DF
Complementary color
Monochromatic Colors of #09C9DF
Black with #09C9DF
Text Example
Text Example
White with #09C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C9DF; }
p { color: rgb(9,201,223); }
H1.HeaderClassName
{
color: #09C9DF;
}
.AnyTagClassName
{
color: #09C9DF;
}
</style>
background-color css
<style>
a { background-color: #09C9DF; }
a { background-color: rgb(9,201,223); }
div.DivClassName
{
background-color: #09C9DF;
}
.BgClassName
{
background-color: #09C9DF;
}
</style>
border-color css
<style>
span { border-color: #09C9DF; }
span { border-color: rgb(9,201,223); }
td.TdClassName
{
border-color: #09C9DF;
}
.TagClassName
{
border-color: #09C9DF;
}
</style>