Shades of Turquoise #54ECBA
Tints of Turquoise #54ECBA
RGB
CMYK
RGB Variations
Color information
#54ECBA (or 0x54ECBA) is known color: Turquoise. HEX triplet: 54, EC and BA. RGB value is (84,236,186). Sum of RGB (Red+Green+Blue) = 84+236+186=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #54ECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54ECBA is #AB1345. Grayscale: #B8B8B8. Windows color (decimal): -11211590 or 12250196. OLE color: 12250196.
HSL color Cylindrical-coordinate representation of color #54ECBA: hue angle of 160.26º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54ECBA is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 236 | 186 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.07 |
| HSL | 160.26º | 0.8% | 0.63% | - |
| HSV(B) | 160.26º | 0.64% | 0.93% | - |
| XYZ | 42.51 | 65.42 | 56.84 | - |
| YUV | 184.85 | 128.64 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 186 | 0.64 | 0 | 0.21 | 0.07 | 160.26 | 0.8 | 0.63 |
| Hex | 54 | EC | BA | 40 | 0 | 15 | 7 | A0 | 50 | 3F |
| Octal | 124 | 354 | 272 | 100 | 0 | 25 | 7 | 240 | 120 | 77 |
| Binary | 1010100 | 11101100 | 10111010 | 1000000 | 0 | 10101 | 111 | 10100000 | 1010000 | 111111 |
Color Harmonies of #54ECBA
Complementary color
Monochromatic Colors of #54ECBA
Black with #54ECBA
Text Example
Text Example
White with #54ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ECBA; }
p { color: rgb(84,236,186); }
H1.HeaderClassName
{
color: #54ECBA;
}
.AnyTagClassName
{
color: #54ECBA;
}
</style>
background-color css
<style>
a { background-color: #54ECBA; }
a { background-color: rgb(84,236,186); }
div.DivClassName
{
background-color: #54ECBA;
}
.BgClassName
{
background-color: #54ECBA;
}
</style>
border-color css
<style>
span { border-color: #54ECBA; }
span { border-color: rgb(84,236,186); }
td.TdClassName
{
border-color: #54ECBA;
}
.TagClassName
{
border-color: #54ECBA;
}
</style>