Shades of Medium Turquoise #54D1BA
Tints of Medium Turquoise #54D1BA
RGB
CMYK
RGB Variations
Color information
#54D1BA (or 0x54D1BA) is known color: Medium Turquoise. HEX triplet: 54, D1 and BA. RGB value is (84,209,186). Sum of RGB (Red+Green+Blue) = 84+209+186=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #54D1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D1BA is #AB2E45. Grayscale: #A8A8A8. Windows color (decimal): -11218502 or 12243284. OLE color: 12243284.
HSL color Cylindrical-coordinate representation of color #54D1BA: hue angle of 168.96º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D1BA is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 209 | 186 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.18 |
| HSL | 168.96º | 0.58% | 0.57% | - |
| HSV(B) | 168.96º | 0.6% | 0.82% | - |
| XYZ | 35.32 | 51.03 | 54.44 | - |
| YUV | 169 | 137.59 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 209 | 186 | 0.60 | 0 | 0.11 | 0.18 | 168.96 | 0.58 | 0.57 |
| Hex | 54 | D1 | BA | 3C | 0 | B | 12 | A9 | 3A | 39 |
| Octal | 124 | 321 | 272 | 74 | 0 | 13 | 22 | 251 | 72 | 71 |
| Binary | 1010100 | 11010001 | 10111010 | 111100 | 0 | 1011 | 10010 | 10101001 | 111010 | 111001 |
Color Harmonies of #54D1BA
Complementary color
Monochromatic Colors of #54D1BA
Black with #54D1BA
Text Example
Text Example
White with #54D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D1BA; }
p { color: rgb(84,209,186); }
H1.HeaderClassName
{
color: #54D1BA;
}
.AnyTagClassName
{
color: #54D1BA;
}
</style>
background-color css
<style>
a { background-color: #54D1BA; }
a { background-color: rgb(84,209,186); }
div.DivClassName
{
background-color: #54D1BA;
}
.BgClassName
{
background-color: #54D1BA;
}
</style>
border-color css
<style>
span { border-color: #54D1BA; }
span { border-color: rgb(84,209,186); }
td.TdClassName
{
border-color: #54D1BA;
}
.TagClassName
{
border-color: #54D1BA;
}
</style>