Shades of Dark Turquoise #15CDDD
Tints of Dark Turquoise #15CDDD
RGB
CMYK
RGB Variations
Color information
#15CDDD (or 0x15CDDD) is known color: Dark Turquoise. HEX triplet: 15, CD and DD. RGB value is (21,205,221). Sum of RGB (Red+Green+Blue) = 21+205+221=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #15CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CDDD is #EA3222. Grayscale: #979797. Windows color (decimal): -15348259 or 14535957. OLE color: 14535957.
HSL color Cylindrical-coordinate representation of color #15CDDD: hue angle of 184.8º 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 #15CDDD is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 205 | 221 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.13 |
| HSL | 184.8º | 0.83% | 0.47% | - |
| HSV(B) | 184.8º | 0.9% | 0.87% | - |
| XYZ | 35.19 | 49.04 | 76.02 | - |
| YUV | 151.81 | 167.04 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 221 | 0.90 | 0.07 | 0 | 0.13 | 184.8 | 0.83 | 0.47 |
| Hex | 15 | CD | DD | 5A | 7 | 0 | D | B9 | 53 | 2F |
| Octal | 25 | 315 | 335 | 132 | 7 | 0 | 15 | 271 | 123 | 57 |
| Binary | 10101 | 11001101 | 11011101 | 1011010 | 111 | 0 | 1101 | 10111001 | 1010011 | 101111 |
Color Harmonies of #15CDDD
Complementary color
Monochromatic Colors of #15CDDD
Black with #15CDDD
Text Example
Text Example
White with #15CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CDDD; }
p { color: rgb(21,205,221); }
H1.HeaderClassName
{
color: #15CDDD;
}
.AnyTagClassName
{
color: #15CDDD;
}
</style>
background-color css
<style>
a { background-color: #15CDDD; }
a { background-color: rgb(21,205,221); }
div.DivClassName
{
background-color: #15CDDD;
}
.BgClassName
{
background-color: #15CDDD;
}
</style>
border-color css
<style>
span { border-color: #15CDDD; }
span { border-color: rgb(21,205,221); }
td.TdClassName
{
border-color: #15CDDD;
}
.TagClassName
{
border-color: #15CDDD;
}
</style>