Shades of Medium Turquoise #54D9C0
Tints of Medium Turquoise #54D9C0
RGB
CMYK
RGB Variations
Color information
#54D9C0 (or 0x54D9C0) is known color: Medium Turquoise. HEX triplet: 54, D9 and C0. RGB value is (84,217,192). Sum of RGB (Red+Green+Blue) = 84+217+192=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #54D9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D9C0 is #AB263F. Grayscale: #AEAEAE. Windows color (decimal): -11216448 or 12638548. OLE color: 12638548.
HSL color Cylindrical-coordinate representation of color #54D9C0: hue angle of 168.72º 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 #54D9C0 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 217 | 192 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.15 |
| HSL | 168.72º | 0.64% | 0.59% | - |
| HSV(B) | 168.72º | 0.61% | 0.85% | - |
| XYZ | 37.98 | 55.32 | 58.54 | - |
| YUV | 174.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 217 | 192 | 0.61 | 0 | 0.12 | 0.15 | 168.72 | 0.64 | 0.59 |
| Hex | 54 | D9 | C0 | 3D | 0 | C | F | A9 | 40 | 3B |
| Octal | 124 | 331 | 300 | 75 | 0 | 14 | 17 | 251 | 100 | 73 |
| Binary | 1010100 | 11011001 | 11000000 | 111101 | 0 | 1100 | 1111 | 10101001 | 1000000 | 111011 |
Color Harmonies of #54D9C0
Complementary color
Monochromatic Colors of #54D9C0
Black with #54D9C0
Text Example
Text Example
White with #54D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D9C0; }
p { color: rgb(84,217,192); }
H1.HeaderClassName
{
color: #54D9C0;
}
.AnyTagClassName
{
color: #54D9C0;
}
</style>
background-color css
<style>
a { background-color: #54D9C0; }
a { background-color: rgb(84,217,192); }
div.DivClassName
{
background-color: #54D9C0;
}
.BgClassName
{
background-color: #54D9C0;
}
</style>
border-color css
<style>
span { border-color: #54D9C0; }
span { border-color: rgb(84,217,192); }
td.TdClassName
{
border-color: #54D9C0;
}
.TagClassName
{
border-color: #54D9C0;
}
</style>