Shades of Turquoise #54ECDC
Tints of Turquoise #54ECDC
RGB
CMYK
RGB Variations
Color information
#54ECDC (or 0x54ECDC) is known color: Turquoise. HEX triplet: 54, EC and DC. RGB value is (84,236,220). Sum of RGB (Red+Green+Blue) = 84+236+220=540 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.56% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #54ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54ECDC is #AB1323. Grayscale: #BCBCBC. Windows color (decimal): -11211556 or 14478420. OLE color: 14478420.
HSL color Cylindrical-coordinate representation of color #54ECDC: hue angle of 173.68º 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 #54ECDC is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 236 | 220 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.07 |
| HSL | 173.68º | 0.8% | 0.63% | - |
| HSV(B) | 173.68º | 0.64% | 0.93% | - |
| XYZ | 46.57 | 67.04 | 78.2 | - |
| YUV | 188.73 | 145.64 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 220 | 0.64 | 0 | 0.07 | 0.07 | 173.68 | 0.8 | 0.63 |
| Hex | 54 | EC | DC | 40 | 0 | 7 | 7 | AE | 50 | 3F |
| Octal | 124 | 354 | 334 | 100 | 0 | 7 | 7 | 256 | 120 | 77 |
| Binary | 1010100 | 11101100 | 11011100 | 1000000 | 0 | 111 | 111 | 10101110 | 1010000 | 111111 |
Color Harmonies of #54ECDC
Complementary color
Monochromatic Colors of #54ECDC
Black with #54ECDC
Text Example
Text Example
White with #54ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ECDC; }
p { color: rgb(84,236,220); }
H1.HeaderClassName
{
color: #54ECDC;
}
.AnyTagClassName
{
color: #54ECDC;
}
</style>
background-color css
<style>
a { background-color: #54ECDC; }
a { background-color: rgb(84,236,220); }
div.DivClassName
{
background-color: #54ECDC;
}
.BgClassName
{
background-color: #54ECDC;
}
</style>
border-color css
<style>
span { border-color: #54ECDC; }
span { border-color: rgb(84,236,220); }
td.TdClassName
{
border-color: #54ECDC;
}
.TagClassName
{
border-color: #54ECDC;
}
</style>