Shades of Medium Turquoise #54E0BD
Tints of Medium Turquoise #54E0BD
RGB
CMYK
RGB Variations
Color information
#54E0BD (or 0x54E0BD) is known color: Medium Turquoise. HEX triplet: 54, E0 and BD. RGB value is (84,224,189). Sum of RGB (Red+Green+Blue) = 84+224+189=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #54E0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0BD is #AB1F42. Grayscale: #B2B2B2. Windows color (decimal): -11214659 or 12443732. OLE color: 12443732.
HSL color Cylindrical-coordinate representation of color #54E0BD: hue angle of 165º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54E0BD is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 224 | 189 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.12 |
| HSL | 165º | 0.69% | 0.6% | - |
| HSV(B) | 165º | 0.63% | 0.88% | - |
| XYZ | 39.5 | 58.87 | 57.43 | - |
| YUV | 178.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 224 | 189 | 0.62 | 0 | 0.16 | 0.12 | 165 | 0.69 | 0.6 |
| Hex | 54 | E0 | BD | 3E | 0 | 10 | C | A5 | 45 | 3C |
| Octal | 124 | 340 | 275 | 76 | 0 | 20 | 14 | 245 | 105 | 74 |
| Binary | 1010100 | 11100000 | 10111101 | 111110 | 0 | 10000 | 1100 | 10100101 | 1000101 | 111100 |
Color Harmonies of #54E0BD
Complementary color
Monochromatic Colors of #54E0BD
Black with #54E0BD
Text Example
Text Example
White with #54E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E0BD; }
p { color: rgb(84,224,189); }
H1.HeaderClassName
{
color: #54E0BD;
}
.AnyTagClassName
{
color: #54E0BD;
}
</style>
background-color css
<style>
a { background-color: #54E0BD; }
a { background-color: rgb(84,224,189); }
div.DivClassName
{
background-color: #54E0BD;
}
.BgClassName
{
background-color: #54E0BD;
}
</style>
border-color css
<style>
span { border-color: #54E0BD; }
span { border-color: rgb(84,224,189); }
td.TdClassName
{
border-color: #54E0BD;
}
.TagClassName
{
border-color: #54E0BD;
}
</style>