Shades of Dark Turquoise #15D5CE
Tints of Dark Turquoise #15D5CE
RGB
CMYK
RGB Variations
Color information
#15D5CE (or 0x15D5CE) is known color: Dark Turquoise. HEX triplet: 15, D5 and CE. RGB value is (21,213,206). Sum of RGB (Red+Green+Blue) = 21+213+206=440 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.77% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #15D5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15D5CE is #EA2A31. Grayscale: #9A9A9A. Windows color (decimal): -15346226 or 13554965. OLE color: 13554965.
HSL color Cylindrical-coordinate representation of color #15D5CE: hue angle of 177.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D5CE is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 213 | 206 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.16 |
| HSL | 177.81º | 0.82% | 0.46% | - |
| HSV(B) | 177.81º | 0.9% | 0.84% | - |
| XYZ | 35.24 | 52.2 | 66.61 | - |
| YUV | 154.79 | 156.89 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 213 | 206 | 0.90 | 0 | 0.03 | 0.16 | 177.81 | 0.82 | 0.46 |
| Hex | 15 | D5 | CE | 5A | 0 | 3 | 10 | B2 | 52 | 2E |
| Octal | 25 | 325 | 316 | 132 | 0 | 3 | 20 | 262 | 122 | 56 |
| Binary | 10101 | 11010101 | 11001110 | 1011010 | 0 | 11 | 10000 | 10110010 | 1010010 | 101110 |
Color Harmonies of #15D5CE
Complementary color
Monochromatic Colors of #15D5CE
Black with #15D5CE
Text Example
Text Example
White with #15D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D5CE; }
p { color: rgb(21,213,206); }
H1.HeaderClassName
{
color: #15D5CE;
}
.AnyTagClassName
{
color: #15D5CE;
}
</style>
background-color css
<style>
a { background-color: #15D5CE; }
a { background-color: rgb(21,213,206); }
div.DivClassName
{
background-color: #15D5CE;
}
.BgClassName
{
background-color: #15D5CE;
}
</style>
border-color css
<style>
span { border-color: #15D5CE; }
span { border-color: rgb(21,213,206); }
td.TdClassName
{
border-color: #15D5CE;
}
.TagClassName
{
border-color: #15D5CE;
}
</style>