Shades of Turquoise Blue #54E6F8
Tints of Turquoise Blue #54E6F8
RGB
CMYK
RGB Variations
Color information
#54E6F8 (or 0x54E6F8) is known color: Turquoise Blue. HEX triplet: 54, E6 and F8. RGB value is (84,230,248). Sum of RGB (Red+Green+Blue) = 84+230+248=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #54E6F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E6F8 is #AB1907. Grayscale: #BCBCBC. Windows color (decimal): -11213064 or 16311892. OLE color: 16311892.
HSL color Cylindrical-coordinate representation of color #54E6F8: hue angle of 186.59º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54E6F8 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 230 | 248 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.03 |
| HSL | 186.59º | 0.92% | 0.65% | - |
| HSV(B) | 186.59º | 0.66% | 0.97% | - |
| XYZ | 48.9 | 65.26 | 98.83 | - |
| YUV | 188.4 | 161.63 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 230 | 248 | 0.66 | 0.07 | 0 | 0.03 | 186.59 | 0.92 | 0.65 |
| Hex | 54 | E6 | F8 | 42 | 7 | 0 | 3 | BB | 5C | 41 |
| Octal | 124 | 346 | 370 | 102 | 7 | 0 | 3 | 273 | 134 | 101 |
| Binary | 1010100 | 11100110 | 11111000 | 1000010 | 111 | 0 | 11 | 10111011 | 1011100 | 1000001 |
Color Harmonies of #54E6F8
Complementary color
Monochromatic Colors of #54E6F8
Black with #54E6F8
Text Example
Text Example
White with #54E6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E6F8; }
p { color: rgb(84,230,248); }
H1.HeaderClassName
{
color: #54E6F8;
}
.AnyTagClassName
{
color: #54E6F8;
}
</style>
background-color css
<style>
a { background-color: #54E6F8; }
a { background-color: rgb(84,230,248); }
div.DivClassName
{
background-color: #54E6F8;
}
.BgClassName
{
background-color: #54E6F8;
}
</style>
border-color css
<style>
span { border-color: #54E6F8; }
span { border-color: rgb(84,230,248); }
td.TdClassName
{
border-color: #54E6F8;
}
.TagClassName
{
border-color: #54E6F8;
}
</style>