Shades of Turquoise Blue #54EEF1
Tints of Turquoise Blue #54EEF1
RGB
CMYK
RGB Variations
Color information
#54EEF1 (or 0x54EEF1) is known color: Turquoise Blue. HEX triplet: 54, EE and F1. RGB value is (84,238,241). Sum of RGB (Red+Green+Blue) = 84+238+241=563 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.92% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #54EEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EEF1 is #AB110E. Grayscale: #C0C0C0. Windows color (decimal): -11211023 or 15855188. OLE color: 15855188.
HSL color Cylindrical-coordinate representation of color #54EEF1: hue angle of 181.15º 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 #54EEF1 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 238 | 241 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.05 |
| HSL | 181.15º | 0.85% | 0.64% | - |
| HSV(B) | 181.15º | 0.65% | 0.95% | - |
| XYZ | 50.11 | 69.38 | 93.97 | - |
| YUV | 192.3 | 155.48 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 241 | 0.65 | 0.01 | 0 | 0.05 | 181.15 | 0.85 | 0.64 |
| Hex | 54 | EE | F1 | 41 | 1 | 0 | 5 | B5 | 55 | 40 |
| Octal | 124 | 356 | 361 | 101 | 1 | 0 | 5 | 265 | 125 | 100 |
| Binary | 1010100 | 11101110 | 11110001 | 1000001 | 1 | 0 | 101 | 10110101 | 1010101 | 1000000 |
Color Harmonies of #54EEF1
Complementary color
Monochromatic Colors of #54EEF1
Black with #54EEF1
Text Example
Text Example
White with #54EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EEF1; }
p { color: rgb(84,238,241); }
H1.HeaderClassName
{
color: #54EEF1;
}
.AnyTagClassName
{
color: #54EEF1;
}
</style>
background-color css
<style>
a { background-color: #54EEF1; }
a { background-color: rgb(84,238,241); }
div.DivClassName
{
background-color: #54EEF1;
}
.BgClassName
{
background-color: #54EEF1;
}
</style>
border-color css
<style>
span { border-color: #54EEF1; }
span { border-color: rgb(84,238,241); }
td.TdClassName
{
border-color: #54EEF1;
}
.TagClassName
{
border-color: #54EEF1;
}
</style>