Shades of Turquoise Blue #54E6F9
Tints of Turquoise Blue #54E6F9
RGB
CMYK
RGB Variations
Color information
#54E6F9 (or 0x54E6F9) is known color: Turquoise Blue. HEX triplet: 54, E6 and F9. RGB value is (84,230,249). Sum of RGB (Red+Green+Blue) = 84+230+249=563 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.92% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #54E6F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E6F9 is #AB1906. Grayscale: #BCBCBC. Windows color (decimal): -11213063 or 16377428. OLE color: 16377428.
HSL color Cylindrical-coordinate representation of color #54E6F9: hue angle of 186.91º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54E6F9 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 230 | 249 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.02 |
| HSL | 186.91º | 0.93% | 0.65% | - |
| HSV(B) | 186.91º | 0.66% | 0.98% | - |
| XYZ | 49.05 | 65.32 | 99.64 | - |
| YUV | 188.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 230 | 249 | 0.66 | 0.08 | 0 | 0.02 | 186.91 | 0.93 | 0.65 |
| Hex | 54 | E6 | F9 | 42 | 8 | 0 | 2 | BB | 5D | 41 |
| Octal | 124 | 346 | 371 | 102 | 10 | 0 | 2 | 273 | 135 | 101 |
| Binary | 1010100 | 11100110 | 11111001 | 1000010 | 1000 | 0 | 10 | 10111011 | 1011101 | 1000001 |
Color Harmonies of #54E6F9
Complementary color
Monochromatic Colors of #54E6F9
Black with #54E6F9
Text Example
Text Example
White with #54E6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E6F9; }
p { color: rgb(84,230,249); }
H1.HeaderClassName
{
color: #54E6F9;
}
.AnyTagClassName
{
color: #54E6F9;
}
</style>
background-color css
<style>
a { background-color: #54E6F9; }
a { background-color: rgb(84,230,249); }
div.DivClassName
{
background-color: #54E6F9;
}
.BgClassName
{
background-color: #54E6F9;
}
</style>
border-color css
<style>
span { border-color: #54E6F9; }
span { border-color: rgb(84,230,249); }
td.TdClassName
{
border-color: #54E6F9;
}
.TagClassName
{
border-color: #54E6F9;
}
</style>