Shades of Turquoise Blue #54E2FB
Tints of Turquoise Blue #54E2FB
RGB
CMYK
RGB Variations
Color information
#54E2FB (or 0x54E2FB) is known color: Turquoise Blue. HEX triplet: 54, E2 and FB. RGB value is (84,226,251). Sum of RGB (Red+Green+Blue) = 84+226+251=561 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.97% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #54E2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E2FB is #AB1D04. Grayscale: #BABABA. Windows color (decimal): -11214085 or 16507476. OLE color: 16507476.
HSL color Cylindrical-coordinate representation of color #54E2FB: hue angle of 188.98º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54E2FB is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 226 | 251 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.02 |
| HSL | 188.98º | 0.95% | 0.66% | - |
| HSV(B) | 188.98º | 0.67% | 0.98% | - |
| XYZ | 48.27 | 63.24 | 100.93 | - |
| YUV | 186.39 | 164.46 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 226 | 251 | 0.67 | 0.10 | 0 | 0.02 | 188.98 | 0.95 | 0.66 |
| Hex | 54 | E2 | FB | 43 | A | 0 | 2 | BD | 5F | 42 |
| Octal | 124 | 342 | 373 | 103 | 12 | 0 | 2 | 275 | 137 | 102 |
| Binary | 1010100 | 11100010 | 11111011 | 1000011 | 1010 | 0 | 10 | 10111101 | 1011111 | 1000010 |
Color Harmonies of #54E2FB
Complementary color
Monochromatic Colors of #54E2FB
Black with #54E2FB
Text Example
Text Example
White with #54E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E2FB; }
p { color: rgb(84,226,251); }
H1.HeaderClassName
{
color: #54E2FB;
}
.AnyTagClassName
{
color: #54E2FB;
}
</style>
background-color css
<style>
a { background-color: #54E2FB; }
a { background-color: rgb(84,226,251); }
div.DivClassName
{
background-color: #54E2FB;
}
.BgClassName
{
background-color: #54E2FB;
}
</style>
border-color css
<style>
span { border-color: #54E2FB; }
span { border-color: rgb(84,226,251); }
td.TdClassName
{
border-color: #54E2FB;
}
.TagClassName
{
border-color: #54E2FB;
}
</style>