Shades of Medium Turquoise #54D1C8
Tints of Medium Turquoise #54D1C8
RGB
CMYK
RGB Variations
Color information
#54D1C8 (or 0x54D1C8) is known color: Medium Turquoise. HEX triplet: 54, D1 and C8. RGB value is (84,209,200). Sum of RGB (Red+Green+Blue) = 84+209+200=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #54D1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D1C8 is #AB2E37. Grayscale: #AAAAAA. Windows color (decimal): -11218488 or 13160788. OLE color: 13160788.
HSL color Cylindrical-coordinate representation of color #54D1C8: hue angle of 175.68º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D1C8 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 209 | 200 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.18 |
| HSL | 175.68º | 0.58% | 0.57% | - |
| HSV(B) | 175.68º | 0.6% | 0.82% | - |
| XYZ | 36.88 | 51.66 | 62.67 | - |
| YUV | 170.6 | 144.59 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 209 | 200 | 0.60 | 0 | 0.04 | 0.18 | 175.68 | 0.58 | 0.57 |
| Hex | 54 | D1 | C8 | 3C | 0 | 4 | 12 | B0 | 3A | 39 |
| Octal | 124 | 321 | 310 | 74 | 0 | 4 | 22 | 260 | 72 | 71 |
| Binary | 1010100 | 11010001 | 11001000 | 111100 | 0 | 100 | 10010 | 10110000 | 111010 | 111001 |
Color Harmonies of #54D1C8
Complementary color
Monochromatic Colors of #54D1C8
Black with #54D1C8
Text Example
Text Example
White with #54D1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D1C8; }
p { color: rgb(84,209,200); }
H1.HeaderClassName
{
color: #54D1C8;
}
.AnyTagClassName
{
color: #54D1C8;
}
</style>
background-color css
<style>
a { background-color: #54D1C8; }
a { background-color: rgb(84,209,200); }
div.DivClassName
{
background-color: #54D1C8;
}
.BgClassName
{
background-color: #54D1C8;
}
</style>
border-color css
<style>
span { border-color: #54D1C8; }
span { border-color: rgb(84,209,200); }
td.TdClassName
{
border-color: #54D1C8;
}
.TagClassName
{
border-color: #54D1C8;
}
</style>