Shades of Turquoise #54EAC0
Tints of Turquoise #54EAC0
RGB
CMYK
RGB Variations
Color information
#54EAC0 (or 0x54EAC0) is known color: Turquoise. HEX triplet: 54, EA and C0. RGB value is (84,234,192). Sum of RGB (Red+Green+Blue) = 84+234+192=510 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.47% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #54EAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EAC0 is #AB153F. Grayscale: #B8B8B8. Windows color (decimal): -11212096 or 12642900. OLE color: 12642900.
HSL color Cylindrical-coordinate representation of color #54EAC0: hue angle of 163.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EAC0 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 234 | 192 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.08 |
| HSL | 163.2º | 0.78% | 0.62% | - |
| HSV(B) | 163.2º | 0.64% | 0.92% | - |
| XYZ | 42.59 | 64.54 | 60.08 | - |
| YUV | 184.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 234 | 192 | 0.64 | 0 | 0.18 | 0.08 | 163.2 | 0.78 | 0.62 |
| Hex | 54 | EA | C0 | 40 | 0 | 12 | 8 | A3 | 4E | 3E |
| Octal | 124 | 352 | 300 | 100 | 0 | 22 | 10 | 243 | 116 | 76 |
| Binary | 1010100 | 11101010 | 11000000 | 1000000 | 0 | 10010 | 1000 | 10100011 | 1001110 | 111110 |
Color Harmonies of #54EAC0
Complementary color
Monochromatic Colors of #54EAC0
Black with #54EAC0
Text Example
Text Example
White with #54EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EAC0; }
p { color: rgb(84,234,192); }
H1.HeaderClassName
{
color: #54EAC0;
}
.AnyTagClassName
{
color: #54EAC0;
}
</style>
background-color css
<style>
a { background-color: #54EAC0; }
a { background-color: rgb(84,234,192); }
div.DivClassName
{
background-color: #54EAC0;
}
.BgClassName
{
background-color: #54EAC0;
}
</style>
border-color css
<style>
span { border-color: #54EAC0; }
span { border-color: rgb(84,234,192); }
td.TdClassName
{
border-color: #54EAC0;
}
.TagClassName
{
border-color: #54EAC0;
}
</style>