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