Shades of Dark Turquoise #09C7D7
Tints of Dark Turquoise #09C7D7
RGB
CMYK
RGB Variations
Color information
#09C7D7 (or 0x09C7D7) is known color: Dark Turquoise. HEX triplet: 09, C7 and D7. RGB value is (9,199,215). Sum of RGB (Red+Green+Blue) = 9+199+215=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #09C7D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C7D7 is #F63828. Grayscale: #8F8F8F. Windows color (decimal): -16136233 or 14141193. OLE color: 14141193.
HSL color Cylindrical-coordinate representation of color #09C7D7: hue angle of 184.66º 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 #09C7D7 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 199 | 215 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.16 |
| HSL | 184.66º | 0.92% | 0.44% | - |
| HSV(B) | 184.66º | 0.96% | 0.84% | - |
| XYZ | 32.8 | 45.81 | 71.4 | - |
| YUV | 144.01 | 168.05 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 199 | 215 | 0.96 | 0.07 | 0 | 0.16 | 184.66 | 0.92 | 0.44 |
| Hex | 9 | C7 | D7 | 60 | 7 | 0 | 10 | B9 | 5C | 2C |
| Octal | 11 | 307 | 327 | 140 | 7 | 0 | 20 | 271 | 134 | 54 |
| Binary | 1001 | 11000111 | 11010111 | 1100000 | 111 | 0 | 10000 | 10111001 | 1011100 | 101100 |
Color Harmonies of #09C7D7
Complementary color
Monochromatic Colors of #09C7D7
Black with #09C7D7
Text Example
Text Example
White with #09C7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C7D7; }
p { color: rgb(9,199,215); }
H1.HeaderClassName
{
color: #09C7D7;
}
.AnyTagClassName
{
color: #09C7D7;
}
</style>
background-color css
<style>
a { background-color: #09C7D7; }
a { background-color: rgb(9,199,215); }
div.DivClassName
{
background-color: #09C7D7;
}
.BgClassName
{
background-color: #09C7D7;
}
</style>
border-color css
<style>
span { border-color: #09C7D7; }
span { border-color: rgb(9,199,215); }
td.TdClassName
{
border-color: #09C7D7;
}
.TagClassName
{
border-color: #09C7D7;
}
</style>