Shades of Turquoise Blue #54E1EC
Tints of Turquoise Blue #54E1EC
RGB
CMYK
RGB Variations
Color information
#54E1EC (or 0x54E1EC) is known color: Turquoise Blue. HEX triplet: 54, E1 and EC. RGB value is (84,225,236). Sum of RGB (Red+Green+Blue) = 84+225+236=545 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.41% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #54E1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E1EC is #AB1E13. Grayscale: #B7B7B7. Windows color (decimal): -11214356 or 15524180. OLE color: 15524180.
HSL color Cylindrical-coordinate representation of color #54E1EC: hue angle of 184.34º 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 #54E1EC is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 225 | 236 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.07 |
| HSL | 184.34º | 0.8% | 0.63% | - |
| HSV(B) | 184.34º | 0.64% | 0.93% | - |
| XYZ | 45.72 | 61.79 | 88.87 | - |
| YUV | 184.1 | 157.29 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 225 | 236 | 0.64 | 0.05 | 0 | 0.07 | 184.34 | 0.8 | 0.63 |
| Hex | 54 | E1 | EC | 40 | 5 | 0 | 7 | B8 | 50 | 3F |
| Octal | 124 | 341 | 354 | 100 | 5 | 0 | 7 | 270 | 120 | 77 |
| Binary | 1010100 | 11100001 | 11101100 | 1000000 | 101 | 0 | 111 | 10111000 | 1010000 | 111111 |
Color Harmonies of #54E1EC
Complementary color
Monochromatic Colors of #54E1EC
Black with #54E1EC
Text Example
Text Example
White with #54E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E1EC; }
p { color: rgb(84,225,236); }
H1.HeaderClassName
{
color: #54E1EC;
}
.AnyTagClassName
{
color: #54E1EC;
}
</style>
background-color css
<style>
a { background-color: #54E1EC; }
a { background-color: rgb(84,225,236); }
div.DivClassName
{
background-color: #54E1EC;
}
.BgClassName
{
background-color: #54E1EC;
}
</style>
border-color css
<style>
span { border-color: #54E1EC; }
span { border-color: rgb(84,225,236); }
td.TdClassName
{
border-color: #54E1EC;
}
.TagClassName
{
border-color: #54E1EC;
}
</style>