Shades of Turquoise Blue #54EDEC
Tints of Turquoise Blue #54EDEC
RGB
CMYK
RGB Variations
Color information
#54EDEC (or 0x54EDEC) is known color: Turquoise Blue. HEX triplet: 54, ED and EC. RGB value is (84,237,236). Sum of RGB (Red+Green+Blue) = 84+237+236=557 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.08% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EDEC is #AB1213. Grayscale: #BEBEBE. Windows color (decimal): -11211284 or 15527252. OLE color: 15527252.
HSL color Cylindrical-coordinate representation of color #54EDEC: hue angle of 179.61º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EDEC is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 237 | 236 | - |
| CMYK | 0.65 | 0 | 0.00 | 0.07 |
| HSL | 179.61º | 0.81% | 0.63% | - |
| HSV(B) | 179.61º | 0.65% | 0.93% | - |
| XYZ | 49.08 | 68.51 | 89.99 | - |
| YUV | 191.14 | 153.31 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 237 | 236 | 0.65 | 0 | 0.00 | 0.07 | 179.61 | 0.81 | 0.63 |
| Hex | 54 | ED | EC | 41 | 0 | 0 | 7 | B4 | 51 | 3F |
| Octal | 124 | 355 | 354 | 101 | 0 | 0 | 7 | 264 | 121 | 77 |
| Binary | 1010100 | 11101101 | 11101100 | 1000001 | 0 | 0 | 111 | 10110100 | 1010001 | 111111 |
Color Harmonies of #54EDEC
Complementary color
Monochromatic Colors of #54EDEC
Black with #54EDEC
Text Example
Text Example
White with #54EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EDEC; }
p { color: rgb(84,237,236); }
H1.HeaderClassName
{
color: #54EDEC;
}
.AnyTagClassName
{
color: #54EDEC;
}
</style>
background-color css
<style>
a { background-color: #54EDEC; }
a { background-color: rgb(84,237,236); }
div.DivClassName
{
background-color: #54EDEC;
}
.BgClassName
{
background-color: #54EDEC;
}
</style>
border-color css
<style>
span { border-color: #54EDEC; }
span { border-color: rgb(84,237,236); }
td.TdClassName
{
border-color: #54EDEC;
}
.TagClassName
{
border-color: #54EDEC;
}
</style>