Shades of Bright Turquoise #15FEC7
Tints of Bright Turquoise #15FEC7
RGB
CMYK
RGB Variations
Color information
#15FEC7 (or 0x15FEC7) is known color: Bright Turquoise. HEX triplet: 15, FE and C7. RGB value is (21,254,199). Sum of RGB (Red+Green+Blue) = 21+254+199=474 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.43% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #15FEC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FEC7 is #EA0138. Grayscale: #B2B2B2. Windows color (decimal): -15335737 or 13106709. OLE color: 13106709.
HSL color Cylindrical-coordinate representation of color #15FEC7: hue angle of 165.84º 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 #15FEC7 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 254 | 199 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.00 |
| HSL | 165.84º | 0.99% | 0.54% | - |
| HSV(B) | 165.84º | 0.92% | 1% | - |
| XYZ | 46.06 | 75.17 | 66.11 | - |
| YUV | 178.06 | 139.81 | 15.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 199 | 0.92 | 0 | 0.22 | 0.00 | 165.84 | 0.99 | 0.54 |
| Hex | 15 | FE | C7 | 5C | 0 | 16 | 0 | A6 | 63 | 36 |
| Octal | 25 | 376 | 307 | 134 | 0 | 26 | 0 | 246 | 143 | 66 |
| Binary | 10101 | 11111110 | 11000111 | 1011100 | 0 | 10110 | 0 | 10100110 | 1100011 | 110110 |
Color Harmonies of #15FEC7
Complementary color
Monochromatic Colors of #15FEC7
Black with #15FEC7
Text Example
Text Example
White with #15FEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FEC7; }
p { color: rgb(21,254,199); }
H1.HeaderClassName
{
color: #15FEC7;
}
.AnyTagClassName
{
color: #15FEC7;
}
</style>
background-color css
<style>
a { background-color: #15FEC7; }
a { background-color: rgb(21,254,199); }
div.DivClassName
{
background-color: #15FEC7;
}
.BgClassName
{
background-color: #15FEC7;
}
</style>
border-color css
<style>
span { border-color: #15FEC7; }
span { border-color: rgb(21,254,199); }
td.TdClassName
{
border-color: #15FEC7;
}
.TagClassName
{
border-color: #15FEC7;
}
</style>