Shades of Medium Turquoise #54C4BD
Tints of Medium Turquoise #54C4BD
RGB
CMYK
RGB Variations
Color information
#54C4BD (or 0x54C4BD) is known color: Medium Turquoise. HEX triplet: 54, C4 and BD. RGB value is (84,196,189). Sum of RGB (Red+Green+Blue) = 84+196+189=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #54C4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C4BD is #AB3B42. Grayscale: #A1A1A1. Windows color (decimal): -11221827 or 12436564. OLE color: 12436564.
HSL color Cylindrical-coordinate representation of color #54C4BD: hue angle of 176.25º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C4BD is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 196 | 189 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.23 |
| HSL | 176.25º | 0.49% | 0.55% | - |
| HSV(B) | 176.25º | 0.57% | 0.77% | - |
| XYZ | 32.58 | 45.04 | 55.12 | - |
| YUV | 161.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 196 | 189 | 0.57 | 0 | 0.04 | 0.23 | 176.25 | 0.49 | 0.55 |
| Hex | 54 | C4 | BD | 39 | 0 | 4 | 17 | B0 | 31 | 37 |
| Octal | 124 | 304 | 275 | 71 | 0 | 4 | 27 | 260 | 61 | 67 |
| Binary | 1010100 | 11000100 | 10111101 | 111001 | 0 | 100 | 10111 | 10110000 | 110001 | 110111 |
Color Harmonies of #54C4BD
Complementary color
Monochromatic Colors of #54C4BD
Black with #54C4BD
Text Example
Text Example
White with #54C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C4BD; }
p { color: rgb(84,196,189); }
H1.HeaderClassName
{
color: #54C4BD;
}
.AnyTagClassName
{
color: #54C4BD;
}
</style>
background-color css
<style>
a { background-color: #54C4BD; }
a { background-color: rgb(84,196,189); }
div.DivClassName
{
background-color: #54C4BD;
}
.BgClassName
{
background-color: #54C4BD;
}
</style>
border-color css
<style>
span { border-color: #54C4BD; }
span { border-color: rgb(84,196,189); }
td.TdClassName
{
border-color: #54C4BD;
}
.TagClassName
{
border-color: #54C4BD;
}
</style>