Shades of Bright Turquoise #15ECD0
Tints of Bright Turquoise #15ECD0
RGB
CMYK
RGB Variations
Color information
#15ECD0 (or 0x15ECD0) is known color: Bright Turquoise. HEX triplet: 15, EC and D0. RGB value is (21,236,208). Sum of RGB (Red+Green+Blue) = 21+236+208=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECD0 is #EA132F. Grayscale: #A8A8A8. Windows color (decimal): -15340336 or 13691925. OLE color: 13691925.
HSL color Cylindrical-coordinate representation of color #15ECD0: hue angle of 172.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ECD0 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 236 | 208 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.07 |
| HSL | 172.19º | 0.85% | 0.5% | - |
| HSV(B) | 172.19º | 0.91% | 0.93% | - |
| XYZ | 41.69 | 64.7 | 69.97 | - |
| YUV | 168.52 | 150.27 | 22.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 236 | 208 | 0.91 | 0 | 0.12 | 0.07 | 172.19 | 0.85 | 0.5 |
| Hex | 15 | EC | D0 | 5B | 0 | C | 7 | AC | 55 | 32 |
| Octal | 25 | 354 | 320 | 133 | 0 | 14 | 7 | 254 | 125 | 62 |
| Binary | 10101 | 11101100 | 11010000 | 1011011 | 0 | 1100 | 111 | 10101100 | 1010101 | 110010 |
Color Harmonies of #15ECD0
Complementary color
Monochromatic Colors of #15ECD0
Black with #15ECD0
Text Example
Text Example
White with #15ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ECD0; }
p { color: rgb(21,236,208); }
H1.HeaderClassName
{
color: #15ECD0;
}
.AnyTagClassName
{
color: #15ECD0;
}
</style>
background-color css
<style>
a { background-color: #15ECD0; }
a { background-color: rgb(21,236,208); }
div.DivClassName
{
background-color: #15ECD0;
}
.BgClassName
{
background-color: #15ECD0;
}
</style>
border-color css
<style>
span { border-color: #15ECD0; }
span { border-color: rgb(21,236,208); }
td.TdClassName
{
border-color: #15ECD0;
}
.TagClassName
{
border-color: #15ECD0;
}
</style>