Shades of Dark Turquoise #09C9D7
Tints of Dark Turquoise #09C9D7
RGB
CMYK
RGB Variations
Color information
#09C9D7 (or 0x09C9D7) is known color: Dark Turquoise. HEX triplet: 09, C9 and D7. RGB value is (9,201,215). Sum of RGB (Red+Green+Blue) = 9+201+215=425 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.12% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #09C9D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C9D7 is #F63628. Grayscale: #909090. Windows color (decimal): -16135721 or 14141705. OLE color: 14141705.
HSL color Cylindrical-coordinate representation of color #09C9D7: hue angle of 184.08º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C9D7 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 201 | 215 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.16 |
| HSL | 184.08º | 0.92% | 0.44% | - |
| HSV(B) | 184.08º | 0.96% | 0.84% | - |
| XYZ | 33.27 | 46.74 | 71.56 | - |
| YUV | 145.19 | 167.39 | 30.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 201 | 215 | 0.96 | 0.07 | 0 | 0.16 | 184.08 | 0.92 | 0.44 |
| Hex | 9 | C9 | D7 | 60 | 7 | 0 | 10 | B8 | 5C | 2C |
| Octal | 11 | 311 | 327 | 140 | 7 | 0 | 20 | 270 | 134 | 54 |
| Binary | 1001 | 11001001 | 11010111 | 1100000 | 111 | 0 | 10000 | 10111000 | 1011100 | 101100 |
Color Harmonies of #09C9D7
Complementary color
Monochromatic Colors of #09C9D7
Black with #09C9D7
Text Example
Text Example
White with #09C9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C9D7; }
p { color: rgb(9,201,215); }
H1.HeaderClassName
{
color: #09C9D7;
}
.AnyTagClassName
{
color: #09C9D7;
}
</style>
background-color css
<style>
a { background-color: #09C9D7; }
a { background-color: rgb(9,201,215); }
div.DivClassName
{
background-color: #09C9D7;
}
.BgClassName
{
background-color: #09C9D7;
}
</style>
border-color css
<style>
span { border-color: #09C9D7; }
span { border-color: rgb(9,201,215); }
td.TdClassName
{
border-color: #09C9D7;
}
.TagClassName
{
border-color: #09C9D7;
}
</style>