Shades of Medium Turquoise #54C2BF
Tints of Medium Turquoise #54C2BF
RGB
CMYK
RGB Variations
Color information
#54C2BF (or 0x54C2BF) is known color: Medium Turquoise. HEX triplet: 54, C2 and BF. RGB value is (84,194,191). Sum of RGB (Red+Green+Blue) = 84+194+191=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #54C2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C2BF is #AB3D40. Grayscale: #A0A0A0. Windows color (decimal): -11222337 or 12567124. OLE color: 12567124.
HSL color Cylindrical-coordinate representation of color #54C2BF: hue angle of 178.36º 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 #54C2BF is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 191 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.24 |
| HSL | 178.36º | 0.47% | 0.55% | - |
| HSV(B) | 178.36º | 0.57% | 0.76% | - |
| XYZ | 32.35 | 44.23 | 56.12 | - |
| YUV | 160.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 191 | 0.57 | 0 | 0.02 | 0.24 | 178.36 | 0.47 | 0.55 |
| Hex | 54 | C2 | BF | 39 | 0 | 2 | 18 | B2 | 2F | 37 |
| Octal | 124 | 302 | 277 | 71 | 0 | 2 | 30 | 262 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10111111 | 111001 | 0 | 10 | 11000 | 10110010 | 101111 | 110111 |
Color Harmonies of #54C2BF
Complementary color
Monochromatic Colors of #54C2BF
Black with #54C2BF
Text Example
Text Example
White with #54C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2BF; }
p { color: rgb(84,194,191); }
H1.HeaderClassName
{
color: #54C2BF;
}
.AnyTagClassName
{
color: #54C2BF;
}
</style>
background-color css
<style>
a { background-color: #54C2BF; }
a { background-color: rgb(84,194,191); }
div.DivClassName
{
background-color: #54C2BF;
}
.BgClassName
{
background-color: #54C2BF;
}
</style>
border-color css
<style>
span { border-color: #54C2BF; }
span { border-color: rgb(84,194,191); }
td.TdClassName
{
border-color: #54C2BF;
}
.TagClassName
{
border-color: #54C2BF;
}
</style>