Shades of Medium Turquoise #54C2BE
Tints of Medium Turquoise #54C2BE
RGB
CMYK
RGB Variations
Color information
#54C2BE (or 0x54C2BE) is known color: Medium Turquoise. HEX triplet: 54, C2 and BE. RGB value is (84,194,190). Sum of RGB (Red+Green+Blue) = 84+194+190=468 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.95% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #54C2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C2BE is #AB3D41. Grayscale: #A0A0A0. Windows color (decimal): -11222338 or 12501588. OLE color: 12501588.
HSL color Cylindrical-coordinate representation of color #54C2BE: hue angle of 177.82º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C2BE is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 190 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.24 |
| HSL | 177.82º | 0.47% | 0.55% | - |
| HSV(B) | 177.82º | 0.57% | 0.76% | - |
| XYZ | 32.24 | 44.19 | 55.54 | - |
| YUV | 160.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 190 | 0.57 | 0 | 0.02 | 0.24 | 177.82 | 0.47 | 0.55 |
| Hex | 54 | C2 | BE | 39 | 0 | 2 | 18 | B2 | 2F | 37 |
| Octal | 124 | 302 | 276 | 71 | 0 | 2 | 30 | 262 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10111110 | 111001 | 0 | 10 | 11000 | 10110010 | 101111 | 110111 |
Color Harmonies of #54C2BE
Complementary color
Monochromatic Colors of #54C2BE
Black with #54C2BE
Text Example
Text Example
White with #54C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2BE; }
p { color: rgb(84,194,190); }
H1.HeaderClassName
{
color: #54C2BE;
}
.AnyTagClassName
{
color: #54C2BE;
}
</style>
background-color css
<style>
a { background-color: #54C2BE; }
a { background-color: rgb(84,194,190); }
div.DivClassName
{
background-color: #54C2BE;
}
.BgClassName
{
background-color: #54C2BE;
}
</style>
border-color css
<style>
span { border-color: #54C2BE; }
span { border-color: rgb(84,194,190); }
td.TdClassName
{
border-color: #54C2BE;
}
.TagClassName
{
border-color: #54C2BE;
}
</style>