Shades of Medium Turquoise #54C2BB
Tints of Medium Turquoise #54C2BB
RGB
CMYK
RGB Variations
Color information
#54C2BB (or 0x54C2BB) is known color: Medium Turquoise. HEX triplet: 54, C2 and BB. RGB value is (84,194,187). Sum of RGB (Red+Green+Blue) = 84+194+187=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #54C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C2BB is #AB3D44. Grayscale: #A0A0A0. Windows color (decimal): -11222341 or 12304980. OLE color: 12304980.
HSL color Cylindrical-coordinate representation of color #54C2BB: hue angle of 176.18º 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 #54C2BB is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 187 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.24 |
| HSL | 176.18º | 0.47% | 0.55% | - |
| HSV(B) | 176.18º | 0.57% | 0.76% | - |
| XYZ | 31.92 | 44.06 | 53.84 | - |
| YUV | 160.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 187 | 0.57 | 0 | 0.04 | 0.24 | 176.18 | 0.47 | 0.55 |
| Hex | 54 | C2 | BB | 39 | 0 | 4 | 18 | B0 | 2F | 37 |
| Octal | 124 | 302 | 273 | 71 | 0 | 4 | 30 | 260 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10111011 | 111001 | 0 | 100 | 11000 | 10110000 | 101111 | 110111 |
Color Harmonies of #54C2BB
Complementary color
Monochromatic Colors of #54C2BB
Black with #54C2BB
Text Example
Text Example
White with #54C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2BB; }
p { color: rgb(84,194,187); }
H1.HeaderClassName
{
color: #54C2BB;
}
.AnyTagClassName
{
color: #54C2BB;
}
</style>
background-color css
<style>
a { background-color: #54C2BB; }
a { background-color: rgb(84,194,187); }
div.DivClassName
{
background-color: #54C2BB;
}
.BgClassName
{
background-color: #54C2BB;
}
</style>
border-color css
<style>
span { border-color: #54C2BB; }
span { border-color: rgb(84,194,187); }
td.TdClassName
{
border-color: #54C2BB;
}
.TagClassName
{
border-color: #54C2BB;
}
</style>