Shades of Turquoise Blue #54EDED
Tints of Turquoise Blue #54EDED
RGB
CMYK
RGB Variations
Color information
#54EDED (or 0x54EDED) is known color: Turquoise Blue. HEX triplet: 54, ED and ED. RGB value is (84,237,237). Sum of RGB (Red+Green+Blue) = 84+237+237=558 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.05% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #54EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EDED is #AB1212. Grayscale: #BFBFBF. Windows color (decimal): -11211283 or 15592788. OLE color: 15592788.
HSL color Cylindrical-coordinate representation of color #54EDED: hue angle of 180º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EDED is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 237 | 237 | - |
| CMYK | 0.65 | 0 | 0 | 0.07 |
| HSL | 180º | 0.81% | 0.63% | - |
| HSV(B) | 180º | 0.65% | 0.93% | - |
| XYZ | 49.23 | 68.57 | 90.76 | - |
| YUV | 191.25 | 153.81 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 237 | 237 | 0.65 | 0 | 0 | 0.07 | 180 | 0.81 | 0.63 |
| Hex | 54 | ED | ED | 41 | 0 | 0 | 7 | B4 | 51 | 3F |
| Octal | 124 | 355 | 355 | 101 | 0 | 0 | 7 | 264 | 121 | 77 |
| Binary | 1010100 | 11101101 | 11101101 | 1000001 | 0 | 0 | 111 | 10110100 | 1010001 | 111111 |
Color Harmonies of #54EDED
Complementary color
Monochromatic Colors of #54EDED
Black with #54EDED
Text Example
Text Example
White with #54EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EDED; }
p { color: rgb(84,237,237); }
H1.HeaderClassName
{
color: #54EDED;
}
.AnyTagClassName
{
color: #54EDED;
}
</style>
background-color css
<style>
a { background-color: #54EDED; }
a { background-color: rgb(84,237,237); }
div.DivClassName
{
background-color: #54EDED;
}
.BgClassName
{
background-color: #54EDED;
}
</style>
border-color css
<style>
span { border-color: #54EDED; }
span { border-color: rgb(84,237,237); }
td.TdClassName
{
border-color: #54EDED;
}
.TagClassName
{
border-color: #54EDED;
}
</style>