Shades of Medium Turquoise #54D9BE
Tints of Medium Turquoise #54D9BE
RGB
CMYK
RGB Variations
Color information
#54D9BE (or 0x54D9BE) is known color: Medium Turquoise. HEX triplet: 54, D9 and BE. RGB value is (84,217,190). Sum of RGB (Red+Green+Blue) = 84+217+190=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #54D9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D9BE is #AB2641. Grayscale: #AEAEAE. Windows color (decimal): -11216450 or 12507476. OLE color: 12507476.
HSL color Cylindrical-coordinate representation of color #54D9BE: hue angle of 167.82º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D9BE is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 217 | 190 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.15 |
| HSL | 167.82º | 0.64% | 0.59% | - |
| HSV(B) | 167.82º | 0.61% | 0.85% | - |
| XYZ | 37.76 | 55.23 | 57.38 | - |
| YUV | 174.16 | 136.94 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 217 | 190 | 0.61 | 0 | 0.12 | 0.15 | 167.82 | 0.64 | 0.59 |
| Hex | 54 | D9 | BE | 3D | 0 | C | F | A8 | 40 | 3B |
| Octal | 124 | 331 | 276 | 75 | 0 | 14 | 17 | 250 | 100 | 73 |
| Binary | 1010100 | 11011001 | 10111110 | 111101 | 0 | 1100 | 1111 | 10101000 | 1000000 | 111011 |
Color Harmonies of #54D9BE
Complementary color
Monochromatic Colors of #54D9BE
Black with #54D9BE
Text Example
Text Example
White with #54D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D9BE; }
p { color: rgb(84,217,190); }
H1.HeaderClassName
{
color: #54D9BE;
}
.AnyTagClassName
{
color: #54D9BE;
}
</style>
background-color css
<style>
a { background-color: #54D9BE; }
a { background-color: rgb(84,217,190); }
div.DivClassName
{
background-color: #54D9BE;
}
.BgClassName
{
background-color: #54D9BE;
}
</style>
border-color css
<style>
span { border-color: #54D9BE; }
span { border-color: rgb(84,217,190); }
td.TdClassName
{
border-color: #54D9BE;
}
.TagClassName
{
border-color: #54D9BE;
}
</style>