Shades of Turquoise #54ECE0
Tints of Turquoise #54ECE0
RGB
CMYK
RGB Variations
Color information
#54ECE0 (or 0x54ECE0) is known color: Turquoise. HEX triplet: 54, EC and E0. RGB value is (84,236,224). Sum of RGB (Red+Green+Blue) = 84+236+224=544 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.44% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #54ECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54ECE0 is #AB131F. Grayscale: #BDBDBD. Windows color (decimal): -11211552 or 14740564. OLE color: 14740564.
HSL color Cylindrical-coordinate representation of color #54ECE0: hue angle of 175.26º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54ECE0 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 236 | 224 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.07 |
| HSL | 175.26º | 0.8% | 0.63% | - |
| HSV(B) | 175.26º | 0.64% | 0.93% | - |
| XYZ | 47.11 | 67.26 | 81.02 | - |
| YUV | 189.18 | 147.64 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 224 | 0.64 | 0 | 0.05 | 0.07 | 175.26 | 0.8 | 0.63 |
| Hex | 54 | EC | E0 | 40 | 0 | 5 | 7 | AF | 50 | 3F |
| Octal | 124 | 354 | 340 | 100 | 0 | 5 | 7 | 257 | 120 | 77 |
| Binary | 1010100 | 11101100 | 11100000 | 1000000 | 0 | 101 | 111 | 10101111 | 1010000 | 111111 |
Color Harmonies of #54ECE0
Complementary color
Monochromatic Colors of #54ECE0
Black with #54ECE0
Text Example
Text Example
White with #54ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ECE0; }
p { color: rgb(84,236,224); }
H1.HeaderClassName
{
color: #54ECE0;
}
.AnyTagClassName
{
color: #54ECE0;
}
</style>
background-color css
<style>
a { background-color: #54ECE0; }
a { background-color: rgb(84,236,224); }
div.DivClassName
{
background-color: #54ECE0;
}
.BgClassName
{
background-color: #54ECE0;
}
</style>
border-color css
<style>
span { border-color: #54ECE0; }
span { border-color: rgb(84,236,224); }
td.TdClassName
{
border-color: #54ECE0;
}
.TagClassName
{
border-color: #54ECE0;
}
</style>