Shades of Turquoise #54ECDF
Tints of Turquoise #54ECDF
RGB
CMYK
RGB Variations
Color information
#54ECDF (or 0x54ECDF) is known color: Turquoise. HEX triplet: 54, EC and DF. RGB value is (84,236,223). Sum of RGB (Red+Green+Blue) = 84+236+223=543 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.47% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #54ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54ECDF is #AB1320. Grayscale: #BCBCBC. Windows color (decimal): -11211553 or 14675028. OLE color: 14675028.
HSL color Cylindrical-coordinate representation of color #54ECDF: hue angle of 174.87º 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 #54ECDF is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 236 | 223 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.07 |
| HSL | 174.87º | 0.8% | 0.63% | - |
| HSV(B) | 174.87º | 0.64% | 0.93% | - |
| XYZ | 46.97 | 67.2 | 80.31 | - |
| YUV | 189.07 | 147.14 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 223 | 0.64 | 0 | 0.06 | 0.07 | 174.87 | 0.8 | 0.63 |
| Hex | 54 | EC | DF | 40 | 0 | 6 | 7 | AF | 50 | 3F |
| Octal | 124 | 354 | 337 | 100 | 0 | 6 | 7 | 257 | 120 | 77 |
| Binary | 1010100 | 11101100 | 11011111 | 1000000 | 0 | 110 | 111 | 10101111 | 1010000 | 111111 |
Color Harmonies of #54ECDF
Complementary color
Monochromatic Colors of #54ECDF
Black with #54ECDF
Text Example
Text Example
White with #54ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ECDF; }
p { color: rgb(84,236,223); }
H1.HeaderClassName
{
color: #54ECDF;
}
.AnyTagClassName
{
color: #54ECDF;
}
</style>
background-color css
<style>
a { background-color: #54ECDF; }
a { background-color: rgb(84,236,223); }
div.DivClassName
{
background-color: #54ECDF;
}
.BgClassName
{
background-color: #54ECDF;
}
</style>
border-color css
<style>
span { border-color: #54ECDF; }
span { border-color: rgb(84,236,223); }
td.TdClassName
{
border-color: #54ECDF;
}
.TagClassName
{
border-color: #54ECDF;
}
</style>