Shades of Bright Turquoise #15FECE
Tints of Bright Turquoise #15FECE
RGB
CMYK
RGB Variations
Color information
#15FECE (or 0x15FECE) is known color: Bright Turquoise. HEX triplet: 15, FE and CE. RGB value is (21,254,206). Sum of RGB (Red+Green+Blue) = 21+254+206=481 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.37% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #15FECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FECE is #EA0131. Grayscale: #B2B2B2. Windows color (decimal): -15335730 or 13565461. OLE color: 13565461.
HSL color Cylindrical-coordinate representation of color #15FECE: hue angle of 167.64º 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 #15FECE is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 254 | 206 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.00 |
| HSL | 167.64º | 0.99% | 0.54% | - |
| HSV(B) | 167.64º | 0.92% | 1% | - |
| XYZ | 46.89 | 75.5 | 70.49 | - |
| YUV | 178.86 | 143.31 | 15.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 206 | 0.92 | 0 | 0.19 | 0.00 | 167.64 | 0.99 | 0.54 |
| Hex | 15 | FE | CE | 5C | 0 | 13 | 0 | A8 | 63 | 36 |
| Octal | 25 | 376 | 316 | 134 | 0 | 23 | 0 | 250 | 143 | 66 |
| Binary | 10101 | 11111110 | 11001110 | 1011100 | 0 | 10011 | 0 | 10101000 | 1100011 | 110110 |
Color Harmonies of #15FECE
Complementary color
Monochromatic Colors of #15FECE
Black with #15FECE
Text Example
Text Example
White with #15FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FECE; }
p { color: rgb(21,254,206); }
H1.HeaderClassName
{
color: #15FECE;
}
.AnyTagClassName
{
color: #15FECE;
}
</style>
background-color css
<style>
a { background-color: #15FECE; }
a { background-color: rgb(21,254,206); }
div.DivClassName
{
background-color: #15FECE;
}
.BgClassName
{
background-color: #15FECE;
}
</style>
border-color css
<style>
span { border-color: #15FECE; }
span { border-color: rgb(21,254,206); }
td.TdClassName
{
border-color: #15FECE;
}
.TagClassName
{
border-color: #15FECE;
}
</style>