Shades of Bright Turquoise #15FEC4
Tints of Bright Turquoise #15FEC4
RGB
CMYK
RGB Variations
Color information
#15FEC4 (or 0x15FEC4) is known color: Bright Turquoise. HEX triplet: 15, FE and C4. RGB value is (21,254,196). Sum of RGB (Red+Green+Blue) = 21+254+196=471 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.46% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #15FEC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FEC4 is #EA013B. Grayscale: #B1B1B1. Windows color (decimal): -15335740 or 12910101. OLE color: 12910101.
HSL color Cylindrical-coordinate representation of color #15FEC4: hue angle of 165.06º 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 #15FEC4 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 254 | 196 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.00 |
| HSL | 165.06º | 0.99% | 0.54% | - |
| HSV(B) | 165.06º | 0.92% | 1% | - |
| XYZ | 45.71 | 75.03 | 64.3 | - |
| YUV | 177.72 | 138.31 | 16.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 196 | 0.92 | 0 | 0.23 | 0.00 | 165.06 | 0.99 | 0.54 |
| Hex | 15 | FE | C4 | 5C | 0 | 17 | 0 | A5 | 63 | 36 |
| Octal | 25 | 376 | 304 | 134 | 0 | 27 | 0 | 245 | 143 | 66 |
| Binary | 10101 | 11111110 | 11000100 | 1011100 | 0 | 10111 | 0 | 10100101 | 1100011 | 110110 |
Color Harmonies of #15FEC4
Complementary color
Monochromatic Colors of #15FEC4
Black with #15FEC4
Text Example
Text Example
White with #15FEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FEC4; }
p { color: rgb(21,254,196); }
H1.HeaderClassName
{
color: #15FEC4;
}
.AnyTagClassName
{
color: #15FEC4;
}
</style>
background-color css
<style>
a { background-color: #15FEC4; }
a { background-color: rgb(21,254,196); }
div.DivClassName
{
background-color: #15FEC4;
}
.BgClassName
{
background-color: #15FEC4;
}
</style>
border-color css
<style>
span { border-color: #15FEC4; }
span { border-color: rgb(21,254,196); }
td.TdClassName
{
border-color: #15FEC4;
}
.TagClassName
{
border-color: #15FEC4;
}
</style>