Shades of Turquoise #54EDDC
Tints of Turquoise #54EDDC
RGB
CMYK
RGB Variations
Color information
#54EDDC (or 0x54EDDC) is known color: Turquoise. HEX triplet: 54, ED and DC. RGB value is (84,237,220). Sum of RGB (Red+Green+Blue) = 84+237+220=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EDDC is #AB1223. Grayscale: #BDBDBD. Windows color (decimal): -11211300 or 14478676. OLE color: 14478676.
HSL color Cylindrical-coordinate representation of color #54EDDC: hue angle of 173.33º 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 #54EDDC is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 237 | 220 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.07 |
| HSL | 173.33º | 0.81% | 0.63% | - |
| HSV(B) | 173.33º | 0.65% | 0.93% | - |
| XYZ | 46.86 | 67.62 | 78.29 | - |
| YUV | 189.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 237 | 220 | 0.65 | 0 | 0.07 | 0.07 | 173.33 | 0.81 | 0.63 |
| Hex | 54 | ED | DC | 41 | 0 | 7 | 7 | AD | 51 | 3F |
| Octal | 124 | 355 | 334 | 101 | 0 | 7 | 7 | 255 | 121 | 77 |
| Binary | 1010100 | 11101101 | 11011100 | 1000001 | 0 | 111 | 111 | 10101101 | 1010001 | 111111 |
Color Harmonies of #54EDDC
Complementary color
Monochromatic Colors of #54EDDC
Black with #54EDDC
Text Example
Text Example
White with #54EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EDDC; }
p { color: rgb(84,237,220); }
H1.HeaderClassName
{
color: #54EDDC;
}
.AnyTagClassName
{
color: #54EDDC;
}
</style>
background-color css
<style>
a { background-color: #54EDDC; }
a { background-color: rgb(84,237,220); }
div.DivClassName
{
background-color: #54EDDC;
}
.BgClassName
{
background-color: #54EDDC;
}
</style>
border-color css
<style>
span { border-color: #54EDDC; }
span { border-color: rgb(84,237,220); }
td.TdClassName
{
border-color: #54EDDC;
}
.TagClassName
{
border-color: #54EDDC;
}
</style>