Shades of Turquoise #54FEC0
Tints of Turquoise #54FEC0
RGB
CMYK
RGB Variations
Color information
#54FEC0 (or 0x54FEC0) is known color: Turquoise. HEX triplet: 54, FE and C0. RGB value is (84,254,192). Sum of RGB (Red+Green+Blue) = 84+254+192=530 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.85% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FEC0 is #AB013F. Grayscale: #C4C4C4. Windows color (decimal): -11206976 or 12648020. OLE color: 12648020.
HSL color Cylindrical-coordinate representation of color #54FEC0: hue angle of 158.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FEC0 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 192 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.00 |
| HSL | 158.12º | 0.99% | 0.66% | - |
| HSV(B) | 158.12º | 0.67% | 1% | - |
| XYZ | 48.61 | 76.57 | 62.09 | - |
| YUV | 196.1 | 125.68 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 192 | 0.67 | 0 | 0.24 | 0.00 | 158.12 | 0.99 | 0.66 |
| Hex | 54 | FE | C0 | 43 | 0 | 18 | 0 | 9E | 63 | 42 |
| Octal | 124 | 376 | 300 | 103 | 0 | 30 | 0 | 236 | 143 | 102 |
| Binary | 1010100 | 11111110 | 11000000 | 1000011 | 0 | 11000 | 0 | 10011110 | 1100011 | 1000010 |
Color Harmonies of #54FEC0
Complementary color
Monochromatic Colors of #54FEC0
Black with #54FEC0
Text Example
Text Example
White with #54FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FEC0; }
p { color: rgb(84,254,192); }
H1.HeaderClassName
{
color: #54FEC0;
}
.AnyTagClassName
{
color: #54FEC0;
}
</style>
background-color css
<style>
a { background-color: #54FEC0; }
a { background-color: rgb(84,254,192); }
div.DivClassName
{
background-color: #54FEC0;
}
.BgClassName
{
background-color: #54FEC0;
}
</style>
border-color css
<style>
span { border-color: #54FEC0; }
span { border-color: rgb(84,254,192); }
td.TdClassName
{
border-color: #54FEC0;
}
.TagClassName
{
border-color: #54FEC0;
}
</style>