Shades of Turquoise Blue #54E5FC
Tints of Turquoise Blue #54E5FC
RGB
CMYK
RGB Variations
Color information
#54E5FC (or 0x54E5FC) is known color: Turquoise Blue. HEX triplet: 54, E5 and FC. RGB value is (84,229,252). Sum of RGB (Red+Green+Blue) = 84+229+252=565 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.87% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #54E5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E5FC is #AB1A03. Grayscale: #BCBCBC. Windows color (decimal): -11213316 or 16573780. OLE color: 16573780.
HSL color Cylindrical-coordinate representation of color #54E5FC: hue angle of 188.21º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54E5FC is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 229 | 252 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.01 |
| HSL | 188.21º | 0.97% | 0.66% | - |
| HSV(B) | 188.21º | 0.67% | 0.99% | - |
| XYZ | 49.25 | 64.95 | 102.04 | - |
| YUV | 188.27 | 163.96 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 229 | 252 | 0.67 | 0.09 | 0 | 0.01 | 188.21 | 0.97 | 0.66 |
| Hex | 54 | E5 | FC | 43 | 9 | 0 | 1 | BC | 61 | 42 |
| Octal | 124 | 345 | 374 | 103 | 11 | 0 | 1 | 274 | 141 | 102 |
| Binary | 1010100 | 11100101 | 11111100 | 1000011 | 1001 | 0 | 1 | 10111100 | 1100001 | 1000010 |
Color Harmonies of #54E5FC
Complementary color
Monochromatic Colors of #54E5FC
Black with #54E5FC
Text Example
Text Example
White with #54E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E5FC; }
p { color: rgb(84,229,252); }
H1.HeaderClassName
{
color: #54E5FC;
}
.AnyTagClassName
{
color: #54E5FC;
}
</style>
background-color css
<style>
a { background-color: #54E5FC; }
a { background-color: rgb(84,229,252); }
div.DivClassName
{
background-color: #54E5FC;
}
.BgClassName
{
background-color: #54E5FC;
}
</style>
border-color css
<style>
span { border-color: #54E5FC; }
span { border-color: rgb(84,229,252); }
td.TdClassName
{
border-color: #54E5FC;
}
.TagClassName
{
border-color: #54E5FC;
}
</style>