Shades of Dark Turquoise #15C0DD
Tints of Dark Turquoise #15C0DD
RGB
CMYK
RGB Variations
Color information
#15C0DD (or 0x15C0DD) is known color: Dark Turquoise. HEX triplet: 15, C0 and DD. RGB value is (21,192,221). Sum of RGB (Red+Green+Blue) = 21+192+221=434 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.84% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #15C0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C0DD is #EA3F22. Grayscale: #8F8F8F. Windows color (decimal): -15351587 or 14532629. OLE color: 14532629.
HSL color Cylindrical-coordinate representation of color #15C0DD: hue angle of 188.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C0DD is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 192 | 221 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.13 |
| HSL | 188.7º | 0.83% | 0.47% | - |
| HSV(B) | 188.7º | 0.9% | 0.87% | - |
| XYZ | 32.21 | 43.08 | 75.02 | - |
| YUV | 144.18 | 171.35 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 221 | 0.90 | 0.13 | 0 | 0.13 | 188.7 | 0.83 | 0.47 |
| Hex | 15 | C0 | DD | 5A | D | 0 | D | BD | 53 | 2F |
| Octal | 25 | 300 | 335 | 132 | 15 | 0 | 15 | 275 | 123 | 57 |
| Binary | 10101 | 11000000 | 11011101 | 1011010 | 1101 | 0 | 1101 | 10111101 | 1010011 | 101111 |
Color Harmonies of #15C0DD
Complementary color
Monochromatic Colors of #15C0DD
Black with #15C0DD
Text Example
Text Example
White with #15C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0DD; }
p { color: rgb(21,192,221); }
H1.HeaderClassName
{
color: #15C0DD;
}
.AnyTagClassName
{
color: #15C0DD;
}
</style>
background-color css
<style>
a { background-color: #15C0DD; }
a { background-color: rgb(21,192,221); }
div.DivClassName
{
background-color: #15C0DD;
}
.BgClassName
{
background-color: #15C0DD;
}
</style>
border-color css
<style>
span { border-color: #15C0DD; }
span { border-color: rgb(21,192,221); }
td.TdClassName
{
border-color: #15C0DD;
}
.TagClassName
{
border-color: #15C0DD;
}
</style>