Shades of Turquoise #54ECE5
Tints of Turquoise #54ECE5
RGB
CMYK
RGB Variations
Color information
#54ECE5 (or 0x54ECE5) is known color: Turquoise. HEX triplet: 54, EC and E5. RGB value is (84,236,229). Sum of RGB (Red+Green+Blue) = 84+236+229=549 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.30% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #54ECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54ECE5 is #AB131A. Grayscale: #BDBDBD. Windows color (decimal): -11211547 or 15068244. OLE color: 15068244.
HSL color Cylindrical-coordinate representation of color #54ECE5: hue angle of 177.24º 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 #54ECE5 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 236 | 229 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.07 |
| HSL | 177.24º | 0.8% | 0.63% | - |
| HSV(B) | 177.24º | 0.64% | 0.93% | - |
| XYZ | 47.79 | 67.53 | 84.64 | - |
| YUV | 189.75 | 150.14 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 229 | 0.64 | 0 | 0.03 | 0.07 | 177.24 | 0.8 | 0.63 |
| Hex | 54 | EC | E5 | 40 | 0 | 3 | 7 | B1 | 50 | 3F |
| Octal | 124 | 354 | 345 | 100 | 0 | 3 | 7 | 261 | 120 | 77 |
| Binary | 1010100 | 11101100 | 11100101 | 1000000 | 0 | 11 | 111 | 10110001 | 1010000 | 111111 |
Color Harmonies of #54ECE5
Complementary color
Monochromatic Colors of #54ECE5
Black with #54ECE5
Text Example
Text Example
White with #54ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ECE5; }
p { color: rgb(84,236,229); }
H1.HeaderClassName
{
color: #54ECE5;
}
.AnyTagClassName
{
color: #54ECE5;
}
</style>
background-color css
<style>
a { background-color: #54ECE5; }
a { background-color: rgb(84,236,229); }
div.DivClassName
{
background-color: #54ECE5;
}
.BgClassName
{
background-color: #54ECE5;
}
</style>
border-color css
<style>
span { border-color: #54ECE5; }
span { border-color: rgb(84,236,229); }
td.TdClassName
{
border-color: #54ECE5;
}
.TagClassName
{
border-color: #54ECE5;
}
</style>