Shades of Dark Turquoise #15C8D1
Tints of Dark Turquoise #15C8D1
RGB
CMYK
RGB Variations
Color information
#15C8D1 (or 0x15C8D1) is known color: Dark Turquoise. HEX triplet: 15, C8 and D1. RGB value is (21,200,209). Sum of RGB (Red+Green+Blue) = 21+200+209=430 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.88% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #15C8D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C8D1 is #EA372E. Grayscale: #939393. Windows color (decimal): -15349551 or 13748245. OLE color: 13748245.
HSL color Cylindrical-coordinate representation of color #15C8D1: hue angle of 182.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C8D1 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 200 | 209 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.18 |
| HSL | 182.87º | 0.82% | 0.45% | - |
| HSV(B) | 182.87º | 0.9% | 0.82% | - |
| XYZ | 32.47 | 46.07 | 67.5 | - |
| YUV | 147.51 | 162.7 | 37.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 200 | 209 | 0.90 | 0.04 | 0 | 0.18 | 182.87 | 0.82 | 0.45 |
| Hex | 15 | C8 | D1 | 5A | 4 | 0 | 12 | B7 | 52 | 2D |
| Octal | 25 | 310 | 321 | 132 | 4 | 0 | 22 | 267 | 122 | 55 |
| Binary | 10101 | 11001000 | 11010001 | 1011010 | 100 | 0 | 10010 | 10110111 | 1010010 | 101101 |
Color Harmonies of #15C8D1
Complementary color
Monochromatic Colors of #15C8D1
Black with #15C8D1
Text Example
Text Example
White with #15C8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C8D1; }
p { color: rgb(21,200,209); }
H1.HeaderClassName
{
color: #15C8D1;
}
.AnyTagClassName
{
color: #15C8D1;
}
</style>
background-color css
<style>
a { background-color: #15C8D1; }
a { background-color: rgb(21,200,209); }
div.DivClassName
{
background-color: #15C8D1;
}
.BgClassName
{
background-color: #15C8D1;
}
</style>
border-color css
<style>
span { border-color: #15C8D1; }
span { border-color: rgb(21,200,209); }
td.TdClassName
{
border-color: #15C8D1;
}
.TagClassName
{
border-color: #15C8D1;
}
</style>