Shades of Dark Turquoise #15C9D3
Tints of Dark Turquoise #15C9D3
RGB
CMYK
RGB Variations
Color information
#15C9D3 (or 0x15C9D3) is known color: Dark Turquoise. HEX triplet: 15, C9 and D3. RGB value is (21,201,211). Sum of RGB (Red+Green+Blue) = 21+201+211=433 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.85% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #15C9D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C9D3 is #EA362C. Grayscale: #949494. Windows color (decimal): -15349293 or 13879573. OLE color: 13879573.
HSL color Cylindrical-coordinate representation of color #15C9D3: hue angle of 183.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C9D3 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 201 | 211 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.17 |
| HSL | 183.16º | 0.82% | 0.45% | - |
| HSV(B) | 183.16º | 0.9% | 0.83% | - |
| XYZ | 32.95 | 46.64 | 68.89 | - |
| YUV | 148.32 | 163.37 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 201 | 211 | 0.90 | 0.05 | 0 | 0.17 | 183.16 | 0.82 | 0.45 |
| Hex | 15 | C9 | D3 | 5A | 5 | 0 | 11 | B7 | 52 | 2D |
| Octal | 25 | 311 | 323 | 132 | 5 | 0 | 21 | 267 | 122 | 55 |
| Binary | 10101 | 11001001 | 11010011 | 1011010 | 101 | 0 | 10001 | 10110111 | 1010010 | 101101 |
Color Harmonies of #15C9D3
Complementary color
Monochromatic Colors of #15C9D3
Black with #15C9D3
Text Example
Text Example
White with #15C9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C9D3; }
p { color: rgb(21,201,211); }
H1.HeaderClassName
{
color: #15C9D3;
}
.AnyTagClassName
{
color: #15C9D3;
}
</style>
background-color css
<style>
a { background-color: #15C9D3; }
a { background-color: rgb(21,201,211); }
div.DivClassName
{
background-color: #15C9D3;
}
.BgClassName
{
background-color: #15C9D3;
}
</style>
border-color css
<style>
span { border-color: #15C9D3; }
span { border-color: rgb(21,201,211); }
td.TdClassName
{
border-color: #15C9D3;
}
.TagClassName
{
border-color: #15C9D3;
}
</style>