Shades of Turquoise #54EABA
Tints of Turquoise #54EABA
RGB
CMYK
RGB Variations
Color information
#54EABA (or 0x54EABA) is known color: Turquoise. HEX triplet: 54, EA and BA. RGB value is (84,234,186). Sum of RGB (Red+Green+Blue) = 84+234+186=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #54EABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EABA is #AB1545. Grayscale: #B7B7B7. Windows color (decimal): -11212102 or 12249684. OLE color: 12249684.
HSL color Cylindrical-coordinate representation of color #54EABA: hue angle of 160.8º 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 #54EABA is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 234 | 186 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.08 |
| HSL | 160.8º | 0.78% | 0.62% | - |
| HSV(B) | 160.8º | 0.64% | 0.92% | - |
| XYZ | 41.94 | 64.28 | 56.65 | - |
| YUV | 183.68 | 129.31 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 234 | 186 | 0.64 | 0 | 0.21 | 0.08 | 160.8 | 0.78 | 0.62 |
| Hex | 54 | EA | BA | 40 | 0 | 15 | 8 | A1 | 4E | 3E |
| Octal | 124 | 352 | 272 | 100 | 0 | 25 | 10 | 241 | 116 | 76 |
| Binary | 1010100 | 11101010 | 10111010 | 1000000 | 0 | 10101 | 1000 | 10100001 | 1001110 | 111110 |
Color Harmonies of #54EABA
Complementary color
Monochromatic Colors of #54EABA
Black with #54EABA
Text Example
Text Example
White with #54EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EABA; }
p { color: rgb(84,234,186); }
H1.HeaderClassName
{
color: #54EABA;
}
.AnyTagClassName
{
color: #54EABA;
}
</style>
background-color css
<style>
a { background-color: #54EABA; }
a { background-color: rgb(84,234,186); }
div.DivClassName
{
background-color: #54EABA;
}
.BgClassName
{
background-color: #54EABA;
}
</style>
border-color css
<style>
span { border-color: #54EABA; }
span { border-color: rgb(84,234,186); }
td.TdClassName
{
border-color: #54EABA;
}
.TagClassName
{
border-color: #54EABA;
}
</style>