Shades of Bright Turquoise #15DCD0
Tints of Bright Turquoise #15DCD0
RGB
CMYK
RGB Variations
Color information
#15DCD0 (or 0x15DCD0) is known color: Bright Turquoise. HEX triplet: 15, DC and D0. RGB value is (21,220,208). Sum of RGB (Red+Green+Blue) = 21+220+208=449 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.68% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #15DCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DCD0 is #EA232F. Grayscale: #9E9E9E. Windows color (decimal): -15344432 or 13687829. OLE color: 13687829.
HSL color Cylindrical-coordinate representation of color #15DCD0: hue angle of 176.38º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DCD0 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 220 | 208 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.14 |
| HSL | 176.38º | 0.83% | 0.47% | - |
| HSV(B) | 176.38º | 0.9% | 0.86% | - |
| XYZ | 37.29 | 55.9 | 68.5 | - |
| YUV | 159.13 | 155.57 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 208 | 0.90 | 0 | 0.05 | 0.14 | 176.38 | 0.83 | 0.47 |
| Hex | 15 | DC | D0 | 5A | 0 | 5 | E | B0 | 53 | 2F |
| Octal | 25 | 334 | 320 | 132 | 0 | 5 | 16 | 260 | 123 | 57 |
| Binary | 10101 | 11011100 | 11010000 | 1011010 | 0 | 101 | 1110 | 10110000 | 1010011 | 101111 |
Color Harmonies of #15DCD0
Complementary color
Monochromatic Colors of #15DCD0
Black with #15DCD0
Text Example
Text Example
White with #15DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCD0; }
p { color: rgb(21,220,208); }
H1.HeaderClassName
{
color: #15DCD0;
}
.AnyTagClassName
{
color: #15DCD0;
}
</style>
background-color css
<style>
a { background-color: #15DCD0; }
a { background-color: rgb(21,220,208); }
div.DivClassName
{
background-color: #15DCD0;
}
.BgClassName
{
background-color: #15DCD0;
}
</style>
border-color css
<style>
span { border-color: #15DCD0; }
span { border-color: rgb(21,220,208); }
td.TdClassName
{
border-color: #15DCD0;
}
.TagClassName
{
border-color: #15DCD0;
}
</style>