Shades of Turquoise Blue #54E2EB
Tints of Turquoise Blue #54E2EB
RGB
CMYK
RGB Variations
Color information
#54E2EB (or 0x54E2EB) is known color: Turquoise Blue. HEX triplet: 54, E2 and EB. RGB value is (84,226,235). Sum of RGB (Red+Green+Blue) = 84+226+235=545 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.41% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #54E2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E2EB is #AB1D14. Grayscale: #B8B8B8. Windows color (decimal): -11214101 or 15458900. OLE color: 15458900.
HSL color Cylindrical-coordinate representation of color #54E2EB: hue angle of 183.58º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E2EB is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 226 | 235 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.08 |
| HSL | 183.58º | 0.79% | 0.63% | - |
| HSV(B) | 183.58º | 0.64% | 0.92% | - |
| XYZ | 45.85 | 62.28 | 88.2 | - |
| YUV | 184.57 | 156.46 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 226 | 235 | 0.64 | 0.04 | 0 | 0.08 | 183.58 | 0.79 | 0.63 |
| Hex | 54 | E2 | EB | 40 | 4 | 0 | 8 | B8 | 4F | 3F |
| Octal | 124 | 342 | 353 | 100 | 4 | 0 | 10 | 270 | 117 | 77 |
| Binary | 1010100 | 11100010 | 11101011 | 1000000 | 100 | 0 | 1000 | 10111000 | 1001111 | 111111 |
Color Harmonies of #54E2EB
Complementary color
Monochromatic Colors of #54E2EB
Black with #54E2EB
Text Example
Text Example
White with #54E2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E2EB; }
p { color: rgb(84,226,235); }
H1.HeaderClassName
{
color: #54E2EB;
}
.AnyTagClassName
{
color: #54E2EB;
}
</style>
background-color css
<style>
a { background-color: #54E2EB; }
a { background-color: rgb(84,226,235); }
div.DivClassName
{
background-color: #54E2EB;
}
.BgClassName
{
background-color: #54E2EB;
}
</style>
border-color css
<style>
span { border-color: #54E2EB; }
span { border-color: rgb(84,226,235); }
td.TdClassName
{
border-color: #54E2EB;
}
.TagClassName
{
border-color: #54E2EB;
}
</style>