Shades of Turquoise #54EDBC
Tints of Turquoise #54EDBC
RGB
CMYK
RGB Variations
Color information
#54EDBC (or 0x54EDBC) is known color: Turquoise. HEX triplet: 54, ED and BC. RGB value is (84,237,188). Sum of RGB (Red+Green+Blue) = 84+237+188=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EDBC is #AB1243. Grayscale: #B9B9B9. Windows color (decimal): -11211332 or 12381524. OLE color: 12381524.
HSL color Cylindrical-coordinate representation of color #54EDBC: hue angle of 160.78º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EDBC is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 237 | 188 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.07 |
| HSL | 160.78º | 0.81% | 0.63% | - |
| HSV(B) | 160.78º | 0.65% | 0.93% | - |
| XYZ | 43.02 | 66.08 | 58.07 | - |
| YUV | 185.67 | 129.31 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 237 | 188 | 0.65 | 0 | 0.21 | 0.07 | 160.78 | 0.81 | 0.63 |
| Hex | 54 | ED | BC | 41 | 0 | 15 | 7 | A1 | 51 | 3F |
| Octal | 124 | 355 | 274 | 101 | 0 | 25 | 7 | 241 | 121 | 77 |
| Binary | 1010100 | 11101101 | 10111100 | 1000001 | 0 | 10101 | 111 | 10100001 | 1010001 | 111111 |
Color Harmonies of #54EDBC
Complementary color
Monochromatic Colors of #54EDBC
Black with #54EDBC
Text Example
Text Example
White with #54EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EDBC; }
p { color: rgb(84,237,188); }
H1.HeaderClassName
{
color: #54EDBC;
}
.AnyTagClassName
{
color: #54EDBC;
}
</style>
background-color css
<style>
a { background-color: #54EDBC; }
a { background-color: rgb(84,237,188); }
div.DivClassName
{
background-color: #54EDBC;
}
.BgClassName
{
background-color: #54EDBC;
}
</style>
border-color css
<style>
span { border-color: #54EDBC; }
span { border-color: rgb(84,237,188); }
td.TdClassName
{
border-color: #54EDBC;
}
.TagClassName
{
border-color: #54EDBC;
}
</style>