Shades of Medium Turquoise #54C4C0
Tints of Medium Turquoise #54C4C0
RGB
CMYK
RGB Variations
Color information
#54C4C0 (or 0x54C4C0) is known color: Medium Turquoise. HEX triplet: 54, C4 and C0. RGB value is (84,196,192). Sum of RGB (Red+Green+Blue) = 84+196+192=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #54C4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C4C0 is #AB3B3F. Grayscale: #A1A1A1. Windows color (decimal): -11221824 or 12633172. OLE color: 12633172.
HSL color Cylindrical-coordinate representation of color #54C4C0: hue angle of 177.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C4C0 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 196 | 192 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.23 |
| HSL | 177.86º | 0.49% | 0.55% | - |
| HSV(B) | 177.86º | 0.57% | 0.77% | - |
| XYZ | 32.91 | 45.17 | 56.85 | - |
| YUV | 162.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 196 | 192 | 0.57 | 0 | 0.02 | 0.23 | 177.86 | 0.49 | 0.55 |
| Hex | 54 | C4 | C0 | 39 | 0 | 2 | 17 | B2 | 31 | 37 |
| Octal | 124 | 304 | 300 | 71 | 0 | 2 | 27 | 262 | 61 | 67 |
| Binary | 1010100 | 11000100 | 11000000 | 111001 | 0 | 10 | 10111 | 10110010 | 110001 | 110111 |
Color Harmonies of #54C4C0
Complementary color
Monochromatic Colors of #54C4C0
Black with #54C4C0
Text Example
Text Example
White with #54C4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C4C0; }
p { color: rgb(84,196,192); }
H1.HeaderClassName
{
color: #54C4C0;
}
.AnyTagClassName
{
color: #54C4C0;
}
</style>
background-color css
<style>
a { background-color: #54C4C0; }
a { background-color: rgb(84,196,192); }
div.DivClassName
{
background-color: #54C4C0;
}
.BgClassName
{
background-color: #54C4C0;
}
</style>
border-color css
<style>
span { border-color: #54C4C0; }
span { border-color: rgb(84,196,192); }
td.TdClassName
{
border-color: #54C4C0;
}
.TagClassName
{
border-color: #54C4C0;
}
</style>