Shades of Dark Turquoise #15CED9
Tints of Dark Turquoise #15CED9
RGB
CMYK
RGB Variations
Color information
#15CED9 (or 0x15CED9) is known color: Dark Turquoise. HEX triplet: 15, CE and D9. RGB value is (21,206,217). Sum of RGB (Red+Green+Blue) = 21+206+217=444 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.73% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #15CED9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CED9 is #EA3126. Grayscale: #979797. Windows color (decimal): -15348007 or 14274069. OLE color: 14274069.
HSL color Cylindrical-coordinate representation of color #15CED9: hue angle of 183.37º 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 #15CED9 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 206 | 217 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.15 |
| HSL | 183.37º | 0.82% | 0.47% | - |
| HSV(B) | 183.37º | 0.9% | 0.85% | - |
| XYZ | 34.9 | 49.31 | 73.32 | - |
| YUV | 151.94 | 164.71 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 206 | 217 | 0.90 | 0.05 | 0 | 0.15 | 183.37 | 0.82 | 0.47 |
| Hex | 15 | CE | D9 | 5A | 5 | 0 | F | B7 | 52 | 2F |
| Octal | 25 | 316 | 331 | 132 | 5 | 0 | 17 | 267 | 122 | 57 |
| Binary | 10101 | 11001110 | 11011001 | 1011010 | 101 | 0 | 1111 | 10110111 | 1010010 | 101111 |
Color Harmonies of #15CED9
Complementary color
Monochromatic Colors of #15CED9
Black with #15CED9
Text Example
Text Example
White with #15CED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CED9; }
p { color: rgb(21,206,217); }
H1.HeaderClassName
{
color: #15CED9;
}
.AnyTagClassName
{
color: #15CED9;
}
</style>
background-color css
<style>
a { background-color: #15CED9; }
a { background-color: rgb(21,206,217); }
div.DivClassName
{
background-color: #15CED9;
}
.BgClassName
{
background-color: #15CED9;
}
</style>
border-color css
<style>
span { border-color: #15CED9; }
span { border-color: rgb(21,206,217); }
td.TdClassName
{
border-color: #15CED9;
}
.TagClassName
{
border-color: #15CED9;
}
</style>