Shades of Bright Turquoise #15ECE0
Tints of Bright Turquoise #15ECE0
RGB
CMYK
RGB Variations
Color information
#15ECE0 (or 0x15ECE0) is known color: Bright Turquoise. HEX triplet: 15, EC and E0. RGB value is (21,236,224). Sum of RGB (Red+Green+Blue) = 21+236+224=481 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.37% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECE0 is #EA131F. Grayscale: #AAAAAA. Windows color (decimal): -15340320 or 14740501. OLE color: 14740501.
HSL color Cylindrical-coordinate representation of color #15ECE0: hue angle of 176.65º 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 #15ECE0 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 236 | 224 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.07 |
| HSL | 176.65º | 0.85% | 0.5% | - |
| HSV(B) | 176.65º | 0.91% | 0.93% | - |
| XYZ | 43.76 | 65.53 | 80.86 | - |
| YUV | 170.35 | 158.27 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 236 | 224 | 0.91 | 0 | 0.05 | 0.07 | 176.65 | 0.85 | 0.5 |
| Hex | 15 | EC | E0 | 5B | 0 | 5 | 7 | B1 | 55 | 32 |
| Octal | 25 | 354 | 340 | 133 | 0 | 5 | 7 | 261 | 125 | 62 |
| Binary | 10101 | 11101100 | 11100000 | 1011011 | 0 | 101 | 111 | 10110001 | 1010101 | 110010 |
Color Harmonies of #15ECE0
Complementary color
Monochromatic Colors of #15ECE0
Black with #15ECE0
Text Example
Text Example
White with #15ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ECE0; }
p { color: rgb(21,236,224); }
H1.HeaderClassName
{
color: #15ECE0;
}
.AnyTagClassName
{
color: #15ECE0;
}
</style>
background-color css
<style>
a { background-color: #15ECE0; }
a { background-color: rgb(21,236,224); }
div.DivClassName
{
background-color: #15ECE0;
}
.BgClassName
{
background-color: #15ECE0;
}
</style>
border-color css
<style>
span { border-color: #15ECE0; }
span { border-color: rgb(21,236,224); }
td.TdClassName
{
border-color: #15ECE0;
}
.TagClassName
{
border-color: #15ECE0;
}
</style>