Shades of Turquoise Blue #54E2EF
Tints of Turquoise Blue #54E2EF
RGB
CMYK
RGB Variations
Color information
#54E2EF (or 0x54E2EF) is known color: Turquoise Blue. HEX triplet: 54, E2 and EF. RGB value is (84,226,239). Sum of RGB (Red+Green+Blue) = 84+226+239=549 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.30% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #54E2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E2EF is #AB1D10. Grayscale: #B8B8B8. Windows color (decimal): -11214097 or 15721044. OLE color: 15721044.
HSL color Cylindrical-coordinate representation of color #54E2EF: hue angle of 185.03º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54E2EF is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 226 | 239 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.06 |
| HSL | 185.03º | 0.83% | 0.63% | - |
| HSV(B) | 185.03º | 0.65% | 0.94% | - |
| XYZ | 46.43 | 62.51 | 91.28 | - |
| YUV | 185.02 | 158.46 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 226 | 239 | 0.65 | 0.05 | 0 | 0.06 | 185.03 | 0.83 | 0.63 |
| Hex | 54 | E2 | EF | 41 | 5 | 0 | 6 | B9 | 53 | 3F |
| Octal | 124 | 342 | 357 | 101 | 5 | 0 | 6 | 271 | 123 | 77 |
| Binary | 1010100 | 11100010 | 11101111 | 1000001 | 101 | 0 | 110 | 10111001 | 1010011 | 111111 |
Color Harmonies of #54E2EF
Complementary color
Monochromatic Colors of #54E2EF
Black with #54E2EF
Text Example
Text Example
White with #54E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E2EF; }
p { color: rgb(84,226,239); }
H1.HeaderClassName
{
color: #54E2EF;
}
.AnyTagClassName
{
color: #54E2EF;
}
</style>
background-color css
<style>
a { background-color: #54E2EF; }
a { background-color: rgb(84,226,239); }
div.DivClassName
{
background-color: #54E2EF;
}
.BgClassName
{
background-color: #54E2EF;
}
</style>
border-color css
<style>
span { border-color: #54E2EF; }
span { border-color: rgb(84,226,239); }
td.TdClassName
{
border-color: #54E2EF;
}
.TagClassName
{
border-color: #54E2EF;
}
</style>