Shades of Medium Turquoise #54C8BB
Tints of Medium Turquoise #54C8BB
RGB
CMYK
RGB Variations
Color information
#54C8BB (or 0x54C8BB) is known color: Medium Turquoise. HEX triplet: 54, C8 and BB. RGB value is (84,200,187). Sum of RGB (Red+Green+Blue) = 84+200+187=471 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.83% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #54C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C8BB is #AB3744. Grayscale: #A3A3A3. Windows color (decimal): -11220805 or 12306516. OLE color: 12306516.
HSL color Cylindrical-coordinate representation of color #54C8BB: hue angle of 173.28º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C8BB is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 200 | 187 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.22 |
| HSL | 173.28º | 0.51% | 0.56% | - |
| HSV(B) | 173.28º | 0.58% | 0.78% | - |
| XYZ | 33.28 | 46.78 | 54.29 | - |
| YUV | 163.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 200 | 187 | 0.58 | 0 | 0.06 | 0.22 | 173.28 | 0.51 | 0.56 |
| Hex | 54 | C8 | BB | 3A | 0 | 6 | 16 | AD | 33 | 38 |
| Octal | 124 | 310 | 273 | 72 | 0 | 6 | 26 | 255 | 63 | 70 |
| Binary | 1010100 | 11001000 | 10111011 | 111010 | 0 | 110 | 10110 | 10101101 | 110011 | 111000 |
Color Harmonies of #54C8BB
Complementary color
Monochromatic Colors of #54C8BB
Black with #54C8BB
Text Example
Text Example
White with #54C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C8BB; }
p { color: rgb(84,200,187); }
H1.HeaderClassName
{
color: #54C8BB;
}
.AnyTagClassName
{
color: #54C8BB;
}
</style>
background-color css
<style>
a { background-color: #54C8BB; }
a { background-color: rgb(84,200,187); }
div.DivClassName
{
background-color: #54C8BB;
}
.BgClassName
{
background-color: #54C8BB;
}
</style>
border-color css
<style>
span { border-color: #54C8BB; }
span { border-color: rgb(84,200,187); }
td.TdClassName
{
border-color: #54C8BB;
}
.TagClassName
{
border-color: #54C8BB;
}
</style>