Shades of Bright Turquoise #15ECC2
Tints of Bright Turquoise #15ECC2
RGB
CMYK
RGB Variations
Color information
#15ECC2 (or 0x15ECC2) is known color: Bright Turquoise. HEX triplet: 15, EC and C2. RGB value is (21,236,194). Sum of RGB (Red+Green+Blue) = 21+236+194=451 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.66% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECC2 is #EA133D. Grayscale: #A6A6A6. Windows color (decimal): -15340350 or 12774421. OLE color: 12774421.
HSL color Cylindrical-coordinate representation of color #15ECC2: hue angle of 168.28º 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 #15ECC2 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 236 | 194 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.07 |
| HSL | 168.28º | 0.85% | 0.5% | - |
| HSV(B) | 168.28º | 0.91% | 0.93% | - |
| XYZ | 40.04 | 64.05 | 61.29 | - |
| YUV | 166.93 | 143.27 | 23.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 236 | 194 | 0.91 | 0 | 0.18 | 0.07 | 168.28 | 0.85 | 0.5 |
| Hex | 15 | EC | C2 | 5B | 0 | 12 | 7 | A8 | 55 | 32 |
| Octal | 25 | 354 | 302 | 133 | 0 | 22 | 7 | 250 | 125 | 62 |
| Binary | 10101 | 11101100 | 11000010 | 1011011 | 0 | 10010 | 111 | 10101000 | 1010101 | 110010 |
Color Harmonies of #15ECC2
Complementary color
Monochromatic Colors of #15ECC2
Black with #15ECC2
Text Example
Text Example
White with #15ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ECC2; }
p { color: rgb(21,236,194); }
H1.HeaderClassName
{
color: #15ECC2;
}
.AnyTagClassName
{
color: #15ECC2;
}
</style>
background-color css
<style>
a { background-color: #15ECC2; }
a { background-color: rgb(21,236,194); }
div.DivClassName
{
background-color: #15ECC2;
}
.BgClassName
{
background-color: #15ECC2;
}
</style>
border-color css
<style>
span { border-color: #15ECC2; }
span { border-color: rgb(21,236,194); }
td.TdClassName
{
border-color: #15ECC2;
}
.TagClassName
{
border-color: #15ECC2;
}
</style>