Shades of Medium Turquoise #54C2BD
Tints of Medium Turquoise #54C2BD
RGB
CMYK
RGB Variations
Color information
#54C2BD (or 0x54C2BD) is known color: Medium Turquoise. HEX triplet: 54, C2 and BD. RGB value is (84,194,189). Sum of RGB (Red+Green+Blue) = 84+194+189=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #54C2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C2BD is #AB3D42. Grayscale: #A0A0A0. Windows color (decimal): -11222339 or 12436052. OLE color: 12436052.
HSL color Cylindrical-coordinate representation of color #54C2BD: hue angle of 177.27º 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 #54C2BD is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 189 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.24 |
| HSL | 177.27º | 0.47% | 0.55% | - |
| HSV(B) | 177.27º | 0.57% | 0.76% | - |
| XYZ | 32.13 | 44.14 | 54.97 | - |
| YUV | 160.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 189 | 0.57 | 0 | 0.03 | 0.24 | 177.27 | 0.47 | 0.55 |
| Hex | 54 | C2 | BD | 39 | 0 | 3 | 18 | B1 | 2F | 37 |
| Octal | 124 | 302 | 275 | 71 | 0 | 3 | 30 | 261 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10111101 | 111001 | 0 | 11 | 11000 | 10110001 | 101111 | 110111 |
Color Harmonies of #54C2BD
Complementary color
Monochromatic Colors of #54C2BD
Black with #54C2BD
Text Example
Text Example
White with #54C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2BD; }
p { color: rgb(84,194,189); }
H1.HeaderClassName
{
color: #54C2BD;
}
.AnyTagClassName
{
color: #54C2BD;
}
</style>
background-color css
<style>
a { background-color: #54C2BD; }
a { background-color: rgb(84,194,189); }
div.DivClassName
{
background-color: #54C2BD;
}
.BgClassName
{
background-color: #54C2BD;
}
</style>
border-color css
<style>
span { border-color: #54C2BD; }
span { border-color: rgb(84,194,189); }
td.TdClassName
{
border-color: #54C2BD;
}
.TagClassName
{
border-color: #54C2BD;
}
</style>