Shades of Turquoise Blue #54F0E8
Tints of Turquoise Blue #54F0E8
RGB
CMYK
RGB Variations
Color information
#54F0E8 (or 0x54F0E8) is known color: Turquoise Blue. HEX triplet: 54, F0 and E8. RGB value is (84,240,232). Sum of RGB (Red+Green+Blue) = 84+240+232=556 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.11% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #54F0E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F0E8 is #AB0F17. Grayscale: #C0C0C0. Windows color (decimal): -11210520 or 15265876. OLE color: 15265876.
HSL color Cylindrical-coordinate representation of color #54F0E8: hue angle of 176.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F0E8 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 240 | 232 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.06 |
| HSL | 176.92º | 0.84% | 0.64% | - |
| HSV(B) | 176.92º | 0.65% | 0.94% | - |
| XYZ | 49.38 | 70.03 | 87.26 | - |
| YUV | 192.44 | 150.32 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 232 | 0.65 | 0 | 0.03 | 0.06 | 176.92 | 0.84 | 0.64 |
| Hex | 54 | F0 | E8 | 41 | 0 | 3 | 6 | B1 | 54 | 40 |
| Octal | 124 | 360 | 350 | 101 | 0 | 3 | 6 | 261 | 124 | 100 |
| Binary | 1010100 | 11110000 | 11101000 | 1000001 | 0 | 11 | 110 | 10110001 | 1010100 | 1000000 |
Color Harmonies of #54F0E8
Complementary color
Monochromatic Colors of #54F0E8
Black with #54F0E8
Text Example
Text Example
White with #54F0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F0E8; }
p { color: rgb(84,240,232); }
H1.HeaderClassName
{
color: #54F0E8;
}
.AnyTagClassName
{
color: #54F0E8;
}
</style>
background-color css
<style>
a { background-color: #54F0E8; }
a { background-color: rgb(84,240,232); }
div.DivClassName
{
background-color: #54F0E8;
}
.BgClassName
{
background-color: #54F0E8;
}
</style>
border-color css
<style>
span { border-color: #54F0E8; }
span { border-color: rgb(84,240,232); }
td.TdClassName
{
border-color: #54F0E8;
}
.TagClassName
{
border-color: #54F0E8;
}
</style>