Shades of Bright Turquoise #15ECBA
Tints of Bright Turquoise #15ECBA
RGB
CMYK
RGB Variations
Color information
#15ECBA (or 0x15ECBA) is known color: Bright Turquoise. HEX triplet: 15, EC and BA. RGB value is (21,236,186). Sum of RGB (Red+Green+Blue) = 21+236+186=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECBA is #EA1345. Grayscale: #A6A6A6. Windows color (decimal): -15340358 or 12250133. OLE color: 12250133.
HSL color Cylindrical-coordinate representation of color #15ECBA: hue angle of 166.05º 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 #15ECBA is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 236 | 186 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.07 |
| HSL | 166.05º | 0.85% | 0.5% | - |
| HSV(B) | 166.05º | 0.91% | 0.93% | - |
| XYZ | 39.17 | 63.7 | 56.68 | - |
| YUV | 166.02 | 139.27 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 236 | 186 | 0.91 | 0 | 0.21 | 0.07 | 166.05 | 0.85 | 0.5 |
| Hex | 15 | EC | BA | 5B | 0 | 15 | 7 | A6 | 55 | 32 |
| Octal | 25 | 354 | 272 | 133 | 0 | 25 | 7 | 246 | 125 | 62 |
| Binary | 10101 | 11101100 | 10111010 | 1011011 | 0 | 10101 | 111 | 10100110 | 1010101 | 110010 |
Color Harmonies of #15ECBA
Complementary color
Monochromatic Colors of #15ECBA
Black with #15ECBA
Text Example
Text Example
White with #15ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ECBA; }
p { color: rgb(21,236,186); }
H1.HeaderClassName
{
color: #15ECBA;
}
.AnyTagClassName
{
color: #15ECBA;
}
</style>
background-color css
<style>
a { background-color: #15ECBA; }
a { background-color: rgb(21,236,186); }
div.DivClassName
{
background-color: #15ECBA;
}
.BgClassName
{
background-color: #15ECBA;
}
</style>
border-color css
<style>
span { border-color: #15ECBA; }
span { border-color: rgb(21,236,186); }
td.TdClassName
{
border-color: #15ECBA;
}
.TagClassName
{
border-color: #15ECBA;
}
</style>