Shades of Turquoise Blue #54EEF0
Tints of Turquoise Blue #54EEF0
RGB
CMYK
RGB Variations
Color information
#54EEF0 (or 0x54EEF0) is known color: Turquoise Blue. HEX triplet: 54, EE and F0. RGB value is (84,238,240). Sum of RGB (Red+Green+Blue) = 84+238+240=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #54EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EEF0 is #AB110F. Grayscale: #C0C0C0. Windows color (decimal): -11211024 or 15789652. OLE color: 15789652.
HSL color Cylindrical-coordinate representation of color #54EEF0: hue angle of 180.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EEF0 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 238 | 240 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.06 |
| HSL | 180.77º | 0.84% | 0.64% | - |
| HSV(B) | 180.77º | 0.65% | 0.94% | - |
| XYZ | 49.96 | 69.33 | 93.19 | - |
| YUV | 192.18 | 154.98 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 240 | 0.65 | 0.01 | 0 | 0.06 | 180.77 | 0.84 | 0.64 |
| Hex | 54 | EE | F0 | 41 | 1 | 0 | 6 | B5 | 54 | 40 |
| Octal | 124 | 356 | 360 | 101 | 1 | 0 | 6 | 265 | 124 | 100 |
| Binary | 1010100 | 11101110 | 11110000 | 1000001 | 1 | 0 | 110 | 10110101 | 1010100 | 1000000 |
Color Harmonies of #54EEF0
Complementary color
Monochromatic Colors of #54EEF0
Black with #54EEF0
Text Example
Text Example
White with #54EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EEF0; }
p { color: rgb(84,238,240); }
H1.HeaderClassName
{
color: #54EEF0;
}
.AnyTagClassName
{
color: #54EEF0;
}
</style>
background-color css
<style>
a { background-color: #54EEF0; }
a { background-color: rgb(84,238,240); }
div.DivClassName
{
background-color: #54EEF0;
}
.BgClassName
{
background-color: #54EEF0;
}
</style>
border-color css
<style>
span { border-color: #54EEF0; }
span { border-color: rgb(84,238,240); }
td.TdClassName
{
border-color: #54EEF0;
}
.TagClassName
{
border-color: #54EEF0;
}
</style>