Shades of Bright Turquoise #15FECA
Tints of Bright Turquoise #15FECA
RGB
CMYK
RGB Variations
Color information
#15FECA (or 0x15FECA) is known color: Bright Turquoise. HEX triplet: 15, FE and CA. RGB value is (21,254,202). Sum of RGB (Red+Green+Blue) = 21+254+202=477 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.40% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #15FECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FECA is #EA0135. Grayscale: #B2B2B2. Windows color (decimal): -15335734 or 13303317. OLE color: 13303317.
HSL color Cylindrical-coordinate representation of color #15FECA: hue angle of 166.61º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FECA is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 254 | 202 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.00 |
| HSL | 166.61º | 0.99% | 0.54% | - |
| HSV(B) | 166.61º | 0.92% | 1% | - |
| XYZ | 46.41 | 75.31 | 67.97 | - |
| YUV | 178.41 | 141.31 | 15.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 202 | 0.92 | 0 | 0.20 | 0.00 | 166.61 | 0.99 | 0.54 |
| Hex | 15 | FE | CA | 5C | 0 | 14 | 0 | A7 | 63 | 36 |
| Octal | 25 | 376 | 312 | 134 | 0 | 24 | 0 | 247 | 143 | 66 |
| Binary | 10101 | 11111110 | 11001010 | 1011100 | 0 | 10100 | 0 | 10100111 | 1100011 | 110110 |
Color Harmonies of #15FECA
Complementary color
Monochromatic Colors of #15FECA
Black with #15FECA
Text Example
Text Example
White with #15FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FECA; }
p { color: rgb(21,254,202); }
H1.HeaderClassName
{
color: #15FECA;
}
.AnyTagClassName
{
color: #15FECA;
}
</style>
background-color css
<style>
a { background-color: #15FECA; }
a { background-color: rgb(21,254,202); }
div.DivClassName
{
background-color: #15FECA;
}
.BgClassName
{
background-color: #15FECA;
}
</style>
border-color css
<style>
span { border-color: #15FECA; }
span { border-color: rgb(21,254,202); }
td.TdClassName
{
border-color: #15FECA;
}
.TagClassName
{
border-color: #15FECA;
}
</style>