Shades of Turquoise Blue #54E9F8
Tints of Turquoise Blue #54E9F8
RGB
CMYK
RGB Variations
Color information
#54E9F8 (or 0x54E9F8) is known color: Turquoise Blue. HEX triplet: 54, E9 and F8. RGB value is (84,233,248). Sum of RGB (Red+Green+Blue) = 84+233+248=565 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.87% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #54E9F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E9F8 is #AB1607. Grayscale: #BDBDBD. Windows color (decimal): -11212296 or 16312660. OLE color: 16312660.
HSL color Cylindrical-coordinate representation of color #54E9F8: hue angle of 185.49º 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 #54E9F8 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 233 | 248 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.03 |
| HSL | 185.49º | 0.92% | 0.65% | - |
| HSV(B) | 185.49º | 0.66% | 0.97% | - |
| XYZ | 49.74 | 66.94 | 99.11 | - |
| YUV | 190.16 | 160.64 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 233 | 248 | 0.66 | 0.06 | 0 | 0.03 | 185.49 | 0.92 | 0.65 |
| Hex | 54 | E9 | F8 | 42 | 6 | 0 | 3 | B9 | 5C | 41 |
| Octal | 124 | 351 | 370 | 102 | 6 | 0 | 3 | 271 | 134 | 101 |
| Binary | 1010100 | 11101001 | 11111000 | 1000010 | 110 | 0 | 11 | 10111001 | 1011100 | 1000001 |
Color Harmonies of #54E9F8
Complementary color
Monochromatic Colors of #54E9F8
Black with #54E9F8
Text Example
Text Example
White with #54E9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E9F8; }
p { color: rgb(84,233,248); }
H1.HeaderClassName
{
color: #54E9F8;
}
.AnyTagClassName
{
color: #54E9F8;
}
</style>
background-color css
<style>
a { background-color: #54E9F8; }
a { background-color: rgb(84,233,248); }
div.DivClassName
{
background-color: #54E9F8;
}
.BgClassName
{
background-color: #54E9F8;
}
</style>
border-color css
<style>
span { border-color: #54E9F8; }
span { border-color: rgb(84,233,248); }
td.TdClassName
{
border-color: #54E9F8;
}
.TagClassName
{
border-color: #54E9F8;
}
</style>