Shades of Turquoise #54ECE2
Tints of Turquoise #54ECE2
RGB
CMYK
RGB Variations
Color information
#54ECE2 (or 0x54ECE2) is known color: Turquoise. HEX triplet: 54, EC and E2. RGB value is (84,236,226). Sum of RGB (Red+Green+Blue) = 84+236+226=546 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.38% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #54ECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54ECE2 is #AB131D. Grayscale: #BDBDBD. Windows color (decimal): -11211550 or 14871636. OLE color: 14871636.
HSL color Cylindrical-coordinate representation of color #54ECE2: hue angle of 176.05º 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 #54ECE2 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 236 | 226 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.07 |
| HSL | 176.05º | 0.8% | 0.63% | - |
| HSV(B) | 176.05º | 0.64% | 0.93% | - |
| XYZ | 47.38 | 67.37 | 82.46 | - |
| YUV | 189.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 226 | 0.64 | 0 | 0.04 | 0.07 | 176.05 | 0.8 | 0.63 |
| Hex | 54 | EC | E2 | 40 | 0 | 4 | 7 | B0 | 50 | 3F |
| Octal | 124 | 354 | 342 | 100 | 0 | 4 | 7 | 260 | 120 | 77 |
| Binary | 1010100 | 11101100 | 11100010 | 1000000 | 0 | 100 | 111 | 10110000 | 1010000 | 111111 |
Color Harmonies of #54ECE2
Complementary color
Monochromatic Colors of #54ECE2
Black with #54ECE2
Text Example
Text Example
White with #54ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ECE2; }
p { color: rgb(84,236,226); }
H1.HeaderClassName
{
color: #54ECE2;
}
.AnyTagClassName
{
color: #54ECE2;
}
</style>
background-color css
<style>
a { background-color: #54ECE2; }
a { background-color: rgb(84,236,226); }
div.DivClassName
{
background-color: #54ECE2;
}
.BgClassName
{
background-color: #54ECE2;
}
</style>
border-color css
<style>
span { border-color: #54ECE2; }
span { border-color: rgb(84,236,226); }
td.TdClassName
{
border-color: #54ECE2;
}
.TagClassName
{
border-color: #54ECE2;
}
</style>