Shades of Turquoise Blue #54EAF0
Tints of Turquoise Blue #54EAF0
RGB
CMYK
RGB Variations
Color information
#54EAF0 (or 0x54EAF0) is known color: Turquoise Blue. HEX triplet: 54, EA and F0. RGB value is (84,234,240). Sum of RGB (Red+Green+Blue) = 84+234+240=558 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.05% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #54EAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EAF0 is #AB150F. Grayscale: #BDBDBD. Windows color (decimal): -11212048 or 15788628. OLE color: 15788628.
HSL color Cylindrical-coordinate representation of color #54EAF0: hue angle of 182.31º 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 #54EAF0 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 234 | 240 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.06 |
| HSL | 182.31º | 0.84% | 0.64% | - |
| HSV(B) | 182.31º | 0.65% | 0.94% | - |
| XYZ | 48.81 | 67.02 | 92.8 | - |
| YUV | 189.83 | 156.31 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 234 | 240 | 0.65 | 0.02 | 0 | 0.06 | 182.31 | 0.84 | 0.64 |
| Hex | 54 | EA | F0 | 41 | 2 | 0 | 6 | B6 | 54 | 40 |
| Octal | 124 | 352 | 360 | 101 | 2 | 0 | 6 | 266 | 124 | 100 |
| Binary | 1010100 | 11101010 | 11110000 | 1000001 | 10 | 0 | 110 | 10110110 | 1010100 | 1000000 |
Color Harmonies of #54EAF0
Complementary color
Monochromatic Colors of #54EAF0
Black with #54EAF0
Text Example
Text Example
White with #54EAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EAF0; }
p { color: rgb(84,234,240); }
H1.HeaderClassName
{
color: #54EAF0;
}
.AnyTagClassName
{
color: #54EAF0;
}
</style>
background-color css
<style>
a { background-color: #54EAF0; }
a { background-color: rgb(84,234,240); }
div.DivClassName
{
background-color: #54EAF0;
}
.BgClassName
{
background-color: #54EAF0;
}
</style>
border-color css
<style>
span { border-color: #54EAF0; }
span { border-color: rgb(84,234,240); }
td.TdClassName
{
border-color: #54EAF0;
}
.TagClassName
{
border-color: #54EAF0;
}
</style>