Shades of Medium Turquoise #54C5BE
Tints of Medium Turquoise #54C5BE
RGB
CMYK
RGB Variations
Color information
#54C5BE (or 0x54C5BE) is known color: Medium Turquoise. HEX triplet: 54, C5 and BE. RGB value is (84,197,190). Sum of RGB (Red+Green+Blue) = 84+197+190=471 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.83% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #54C5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C5BE is #AB3A41. Grayscale: #A2A2A2. Windows color (decimal): -11221570 or 12502356. OLE color: 12502356.
HSL color Cylindrical-coordinate representation of color #54C5BE: hue angle of 176.28º 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 #54C5BE is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 197 | 190 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.23 |
| HSL | 176.28º | 0.49% | 0.55% | - |
| HSV(B) | 176.28º | 0.57% | 0.77% | - |
| XYZ | 32.92 | 45.54 | 55.77 | - |
| YUV | 162.42 | 143.56 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 190 | 0.57 | 0 | 0.04 | 0.23 | 176.28 | 0.49 | 0.55 |
| Hex | 54 | C5 | BE | 39 | 0 | 4 | 17 | B0 | 31 | 37 |
| Octal | 124 | 305 | 276 | 71 | 0 | 4 | 27 | 260 | 61 | 67 |
| Binary | 1010100 | 11000101 | 10111110 | 111001 | 0 | 100 | 10111 | 10110000 | 110001 | 110111 |
Color Harmonies of #54C5BE
Complementary color
Monochromatic Colors of #54C5BE
Black with #54C5BE
Text Example
Text Example
White with #54C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C5BE; }
p { color: rgb(84,197,190); }
H1.HeaderClassName
{
color: #54C5BE;
}
.AnyTagClassName
{
color: #54C5BE;
}
</style>
background-color css
<style>
a { background-color: #54C5BE; }
a { background-color: rgb(84,197,190); }
div.DivClassName
{
background-color: #54C5BE;
}
.BgClassName
{
background-color: #54C5BE;
}
</style>
border-color css
<style>
span { border-color: #54C5BE; }
span { border-color: rgb(84,197,190); }
td.TdClassName
{
border-color: #54C5BE;
}
.TagClassName
{
border-color: #54C5BE;
}
</style>