Shades of Turquoise Blue #54E2F1
Tints of Turquoise Blue #54E2F1
RGB
CMYK
RGB Variations
Color information
#54E2F1 (or 0x54E2F1) is known color: Turquoise Blue. HEX triplet: 54, E2 and F1. RGB value is (84,226,241). Sum of RGB (Red+Green+Blue) = 84+226+241=551 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.25% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #54E2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E2F1 is #AB1D0E. Grayscale: #B9B9B9. Windows color (decimal): -11214095 or 15852116. OLE color: 15852116.
HSL color Cylindrical-coordinate representation of color #54E2F1: hue angle of 185.73º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54E2F1 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 226 | 241 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.05 |
| HSL | 185.73º | 0.85% | 0.64% | - |
| HSV(B) | 185.73º | 0.65% | 0.95% | - |
| XYZ | 46.73 | 62.63 | 92.84 | - |
| YUV | 185.25 | 159.46 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 226 | 241 | 0.65 | 0.06 | 0 | 0.05 | 185.73 | 0.85 | 0.64 |
| Hex | 54 | E2 | F1 | 41 | 6 | 0 | 5 | BA | 55 | 40 |
| Octal | 124 | 342 | 361 | 101 | 6 | 0 | 5 | 272 | 125 | 100 |
| Binary | 1010100 | 11100010 | 11110001 | 1000001 | 110 | 0 | 101 | 10111010 | 1010101 | 1000000 |
Color Harmonies of #54E2F1
Complementary color
Monochromatic Colors of #54E2F1
Black with #54E2F1
Text Example
Text Example
White with #54E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E2F1; }
p { color: rgb(84,226,241); }
H1.HeaderClassName
{
color: #54E2F1;
}
.AnyTagClassName
{
color: #54E2F1;
}
</style>
background-color css
<style>
a { background-color: #54E2F1; }
a { background-color: rgb(84,226,241); }
div.DivClassName
{
background-color: #54E2F1;
}
.BgClassName
{
background-color: #54E2F1;
}
</style>
border-color css
<style>
span { border-color: #54E2F1; }
span { border-color: rgb(84,226,241); }
td.TdClassName
{
border-color: #54E2F1;
}
.TagClassName
{
border-color: #54E2F1;
}
</style>