Shades of Dark Turquoise #15D9CE
Tints of Dark Turquoise #15D9CE
RGB
CMYK
RGB Variations
Color information
#15D9CE (or 0x15D9CE) is known color: Dark Turquoise. HEX triplet: 15, D9 and CE. RGB value is (21,217,206). Sum of RGB (Red+Green+Blue) = 21+217+206=444 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.73% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #15D9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15D9CE is #EA2631. Grayscale: #9C9C9C. Windows color (decimal): -15345202 or 13555989. OLE color: 13555989.
HSL color Cylindrical-coordinate representation of color #15D9CE: hue angle of 176.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D9CE is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 217 | 206 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.15 |
| HSL | 176.63º | 0.82% | 0.47% | - |
| HSV(B) | 176.63º | 0.9% | 0.85% | - |
| XYZ | 36.26 | 54.24 | 66.95 | - |
| YUV | 157.14 | 155.57 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 217 | 206 | 0.90 | 0 | 0.05 | 0.15 | 176.63 | 0.82 | 0.47 |
| Hex | 15 | D9 | CE | 5A | 0 | 5 | F | B1 | 52 | 2F |
| Octal | 25 | 331 | 316 | 132 | 0 | 5 | 17 | 261 | 122 | 57 |
| Binary | 10101 | 11011001 | 11001110 | 1011010 | 0 | 101 | 1111 | 10110001 | 1010010 | 101111 |
Color Harmonies of #15D9CE
Complementary color
Monochromatic Colors of #15D9CE
Black with #15D9CE
Text Example
Text Example
White with #15D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D9CE; }
p { color: rgb(21,217,206); }
H1.HeaderClassName
{
color: #15D9CE;
}
.AnyTagClassName
{
color: #15D9CE;
}
</style>
background-color css
<style>
a { background-color: #15D9CE; }
a { background-color: rgb(21,217,206); }
div.DivClassName
{
background-color: #15D9CE;
}
.BgClassName
{
background-color: #15D9CE;
}
</style>
border-color css
<style>
span { border-color: #15D9CE; }
span { border-color: rgb(21,217,206); }
td.TdClassName
{
border-color: #15D9CE;
}
.TagClassName
{
border-color: #15D9CE;
}
</style>