Shades of Turquoise Blue #54E9F4
Tints of Turquoise Blue #54E9F4
RGB
CMYK
RGB Variations
Color information
#54E9F4 (or 0x54E9F4) is known color: Turquoise Blue. HEX triplet: 54, E9 and F4. RGB value is (84,233,244). Sum of RGB (Red+Green+Blue) = 84+233+244=561 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.97% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #54E9F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E9F4 is #AB160B. Grayscale: #BDBDBD. Windows color (decimal): -11212300 or 16050516. OLE color: 16050516.
HSL color Cylindrical-coordinate representation of color #54E9F4: hue angle of 184.12º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54E9F4 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 233 | 244 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.04 |
| HSL | 184.13º | 0.88% | 0.64% | - |
| HSV(B) | 184.13º | 0.66% | 0.96% | - |
| XYZ | 49.12 | 66.69 | 95.87 | - |
| YUV | 189.7 | 158.64 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 233 | 244 | 0.66 | 0.05 | 0 | 0.04 | 184.13 | 0.88 | 0.64 |
| Hex | 54 | E9 | F4 | 42 | 5 | 0 | 4 | B8 | 58 | 40 |
| Octal | 124 | 351 | 364 | 102 | 5 | 0 | 4 | 270 | 130 | 100 |
| Binary | 1010100 | 11101001 | 11110100 | 1000010 | 101 | 0 | 100 | 10111000 | 1011000 | 1000000 |
Color Harmonies of #54E9F4
Complementary color
Monochromatic Colors of #54E9F4
Black with #54E9F4
Text Example
Text Example
White with #54E9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E9F4; }
p { color: rgb(84,233,244); }
H1.HeaderClassName
{
color: #54E9F4;
}
.AnyTagClassName
{
color: #54E9F4;
}
</style>
background-color css
<style>
a { background-color: #54E9F4; }
a { background-color: rgb(84,233,244); }
div.DivClassName
{
background-color: #54E9F4;
}
.BgClassName
{
background-color: #54E9F4;
}
</style>
border-color css
<style>
span { border-color: #54E9F4; }
span { border-color: rgb(84,233,244); }
td.TdClassName
{
border-color: #54E9F4;
}
.TagClassName
{
border-color: #54E9F4;
}
</style>