Shades of Medium Turquoise #54C3BC
Tints of Medium Turquoise #54C3BC
RGB
CMYK
RGB Variations
Color information
#54C3BC (or 0x54C3BC) is known color: Medium Turquoise. HEX triplet: 54, C3 and BC. RGB value is (84,195,188). Sum of RGB (Red+Green+Blue) = 84+195+188=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #54C3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C3BC is #AB3C43. Grayscale: #A0A0A0. Windows color (decimal): -11222084 or 12370772. OLE color: 12370772.
HSL color Cylindrical-coordinate representation of color #54C3BC: hue angle of 176.22º degrees, saturation: 0.48, 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 #54C3BC is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 195 | 188 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.24 |
| HSL | 176.22º | 0.48% | 0.55% | - |
| HSV(B) | 176.22º | 0.57% | 0.76% | - |
| XYZ | 32.25 | 44.55 | 54.48 | - |
| YUV | 161.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 195 | 188 | 0.57 | 0 | 0.04 | 0.24 | 176.22 | 0.48 | 0.55 |
| Hex | 54 | C3 | BC | 39 | 0 | 4 | 18 | B0 | 30 | 37 |
| Octal | 124 | 303 | 274 | 71 | 0 | 4 | 30 | 260 | 60 | 67 |
| Binary | 1010100 | 11000011 | 10111100 | 111001 | 0 | 100 | 11000 | 10110000 | 110000 | 110111 |
Color Harmonies of #54C3BC
Complementary color
Monochromatic Colors of #54C3BC
Black with #54C3BC
Text Example
Text Example
White with #54C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C3BC; }
p { color: rgb(84,195,188); }
H1.HeaderClassName
{
color: #54C3BC;
}
.AnyTagClassName
{
color: #54C3BC;
}
</style>
background-color css
<style>
a { background-color: #54C3BC; }
a { background-color: rgb(84,195,188); }
div.DivClassName
{
background-color: #54C3BC;
}
.BgClassName
{
background-color: #54C3BC;
}
</style>
border-color css
<style>
span { border-color: #54C3BC; }
span { border-color: rgb(84,195,188); }
td.TdClassName
{
border-color: #54C3BC;
}
.TagClassName
{
border-color: #54C3BC;
}
</style>