Shades of Turquoise #54E8C0
Tints of Turquoise #54E8C0
RGB
CMYK
RGB Variations
Color information
#54E8C0 (or 0x54E8C0) is known color: Turquoise. HEX triplet: 54, E8 and C0. RGB value is (84,232,192). Sum of RGB (Red+Green+Blue) = 84+232+192=508 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.54% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8C0 is #AB173F. Grayscale: #B7B7B7. Windows color (decimal): -11212608 or 12642388. OLE color: 12642388.
HSL color Cylindrical-coordinate representation of color #54E8C0: hue angle of 163.78º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E8C0 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 232 | 192 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.09 |
| HSL | 163.78º | 0.76% | 0.62% | - |
| HSV(B) | 163.78º | 0.64% | 0.91% | - |
| XYZ | 42.03 | 63.4 | 59.89 | - |
| YUV | 183.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 232 | 192 | 0.64 | 0 | 0.17 | 0.09 | 163.78 | 0.76 | 0.62 |
| Hex | 54 | E8 | C0 | 40 | 0 | 11 | 9 | A4 | 4C | 3E |
| Octal | 124 | 350 | 300 | 100 | 0 | 21 | 11 | 244 | 114 | 76 |
| Binary | 1010100 | 11101000 | 11000000 | 1000000 | 0 | 10001 | 1001 | 10100100 | 1001100 | 111110 |
Color Harmonies of #54E8C0
Complementary color
Monochromatic Colors of #54E8C0
Black with #54E8C0
Text Example
Text Example
White with #54E8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E8C0; }
p { color: rgb(84,232,192); }
H1.HeaderClassName
{
color: #54E8C0;
}
.AnyTagClassName
{
color: #54E8C0;
}
</style>
background-color css
<style>
a { background-color: #54E8C0; }
a { background-color: rgb(84,232,192); }
div.DivClassName
{
background-color: #54E8C0;
}
.BgClassName
{
background-color: #54E8C0;
}
</style>
border-color css
<style>
span { border-color: #54E8C0; }
span { border-color: rgb(84,232,192); }
td.TdClassName
{
border-color: #54E8C0;
}
.TagClassName
{
border-color: #54E8C0;
}
</style>