Shades of Bright Turquoise #15FEC8
Tints of Bright Turquoise #15FEC8
RGB
CMYK
RGB Variations
Color information
#15FEC8 (or 0x15FEC8) is known color: Bright Turquoise. HEX triplet: 15, FE and C8. RGB value is (21,254,200). Sum of RGB (Red+Green+Blue) = 21+254+200=475 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.42% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #15FEC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FEC8 is #EA0137. Grayscale: #B2B2B2. Windows color (decimal): -15335736 or 13172245. OLE color: 13172245.
HSL color Cylindrical-coordinate representation of color #15FEC8: hue angle of 166.09º 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 #15FEC8 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 254 | 200 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.00 |
| HSL | 166.09º | 0.99% | 0.54% | - |
| HSV(B) | 166.09º | 0.92% | 1% | - |
| XYZ | 46.18 | 75.21 | 66.73 | - |
| YUV | 178.18 | 140.31 | 15.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 200 | 0.92 | 0 | 0.21 | 0.00 | 166.09 | 0.99 | 0.54 |
| Hex | 15 | FE | C8 | 5C | 0 | 15 | 0 | A6 | 63 | 36 |
| Octal | 25 | 376 | 310 | 134 | 0 | 25 | 0 | 246 | 143 | 66 |
| Binary | 10101 | 11111110 | 11001000 | 1011100 | 0 | 10101 | 0 | 10100110 | 1100011 | 110110 |
Color Harmonies of #15FEC8
Complementary color
Monochromatic Colors of #15FEC8
Black with #15FEC8
Text Example
Text Example
White with #15FEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FEC8; }
p { color: rgb(21,254,200); }
H1.HeaderClassName
{
color: #15FEC8;
}
.AnyTagClassName
{
color: #15FEC8;
}
</style>
background-color css
<style>
a { background-color: #15FEC8; }
a { background-color: rgb(21,254,200); }
div.DivClassName
{
background-color: #15FEC8;
}
.BgClassName
{
background-color: #15FEC8;
}
</style>
border-color css
<style>
span { border-color: #15FEC8; }
span { border-color: rgb(21,254,200); }
td.TdClassName
{
border-color: #15FEC8;
}
.TagClassName
{
border-color: #15FEC8;
}
</style>