Shades of Medium Turquoise #54C6B9
Tints of Medium Turquoise #54C6B9
RGB
CMYK
RGB Variations
Color information
#54C6B9 (or 0x54C6B9) is known color: Medium Turquoise. HEX triplet: 54, C6 and B9. RGB value is (84,198,185). Sum of RGB (Red+Green+Blue) = 84+198+185=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #54C6B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C6B9 is #AB3946. Grayscale: #A2A2A2. Windows color (decimal): -11221319 or 12174932. OLE color: 12174932.
HSL color Cylindrical-coordinate representation of color #54C6B9: hue angle of 173.16º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C6B9 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 198 | 185 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.22 |
| HSL | 173.16º | 0.5% | 0.55% | - |
| HSV(B) | 173.16º | 0.58% | 0.78% | - |
| XYZ | 32.61 | 45.78 | 53.02 | - |
| YUV | 162.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 198 | 185 | 0.58 | 0 | 0.07 | 0.22 | 173.16 | 0.5 | 0.55 |
| Hex | 54 | C6 | B9 | 3A | 0 | 7 | 16 | AD | 32 | 37 |
| Octal | 124 | 306 | 271 | 72 | 0 | 7 | 26 | 255 | 62 | 67 |
| Binary | 1010100 | 11000110 | 10111001 | 111010 | 0 | 111 | 10110 | 10101101 | 110010 | 110111 |
Color Harmonies of #54C6B9
Complementary color
Monochromatic Colors of #54C6B9
Black with #54C6B9
Text Example
Text Example
White with #54C6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C6B9; }
p { color: rgb(84,198,185); }
H1.HeaderClassName
{
color: #54C6B9;
}
.AnyTagClassName
{
color: #54C6B9;
}
</style>
background-color css
<style>
a { background-color: #54C6B9; }
a { background-color: rgb(84,198,185); }
div.DivClassName
{
background-color: #54C6B9;
}
.BgClassName
{
background-color: #54C6B9;
}
</style>
border-color css
<style>
span { border-color: #54C6B9; }
span { border-color: rgb(84,198,185); }
td.TdClassName
{
border-color: #54C6B9;
}
.TagClassName
{
border-color: #54C6B9;
}
</style>