Shades of Turquoise Blue #54EDF1
Tints of Turquoise Blue #54EDF1
RGB
CMYK
RGB Variations
Color information
#54EDF1 (or 0x54EDF1) is known color: Turquoise Blue. HEX triplet: 54, ED and F1. RGB value is (84,237,241). Sum of RGB (Red+Green+Blue) = 84+237+241=562 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.95% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #54EDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EDF1 is #AB120E. Grayscale: #BFBFBF. Windows color (decimal): -11211279 or 15854932. OLE color: 15854932.
HSL color Cylindrical-coordinate representation of color #54EDF1: hue angle of 181.53º 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 #54EDF1 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 237 | 241 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.05 |
| HSL | 181.53º | 0.85% | 0.64% | - |
| HSV(B) | 181.53º | 0.65% | 0.95% | - |
| XYZ | 49.82 | 68.8 | 93.87 | - |
| YUV | 191.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 237 | 241 | 0.65 | 0.02 | 0 | 0.05 | 181.53 | 0.85 | 0.64 |
| Hex | 54 | ED | F1 | 41 | 2 | 0 | 5 | B6 | 55 | 40 |
| Octal | 124 | 355 | 361 | 101 | 2 | 0 | 5 | 266 | 125 | 100 |
| Binary | 1010100 | 11101101 | 11110001 | 1000001 | 10 | 0 | 101 | 10110110 | 1010101 | 1000000 |
Color Harmonies of #54EDF1
Complementary color
Monochromatic Colors of #54EDF1
Black with #54EDF1
Text Example
Text Example
White with #54EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EDF1; }
p { color: rgb(84,237,241); }
H1.HeaderClassName
{
color: #54EDF1;
}
.AnyTagClassName
{
color: #54EDF1;
}
</style>
background-color css
<style>
a { background-color: #54EDF1; }
a { background-color: rgb(84,237,241); }
div.DivClassName
{
background-color: #54EDF1;
}
.BgClassName
{
background-color: #54EDF1;
}
</style>
border-color css
<style>
span { border-color: #54EDF1; }
span { border-color: rgb(84,237,241); }
td.TdClassName
{
border-color: #54EDF1;
}
.TagClassName
{
border-color: #54EDF1;
}
</style>