Shades of Medium Turquoise #54D8C7
Tints of Medium Turquoise #54D8C7
RGB
CMYK
RGB Variations
Color information
#54D8C7 (or 0x54D8C7) is known color: Medium Turquoise. HEX triplet: 54, D8 and C7. RGB value is (84,216,199). Sum of RGB (Red+Green+Blue) = 84+216+199=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #54D8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D8C7 is #AB2738. Grayscale: #AEAEAE. Windows color (decimal): -11216697 or 13097044. OLE color: 13097044.
HSL color Cylindrical-coordinate representation of color #54D8C7: hue angle of 172.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D8C7 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 216 | 199 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.15 |
| HSL | 172.27º | 0.63% | 0.59% | - |
| HSV(B) | 172.27º | 0.61% | 0.85% | - |
| XYZ | 38.52 | 55.12 | 62.64 | - |
| YUV | 174.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 199 | 0.61 | 0 | 0.08 | 0.15 | 172.27 | 0.63 | 0.59 |
| Hex | 54 | D8 | C7 | 3D | 0 | 8 | F | AC | 3F | 3B |
| Octal | 124 | 330 | 307 | 75 | 0 | 10 | 17 | 254 | 77 | 73 |
| Binary | 1010100 | 11011000 | 11000111 | 111101 | 0 | 1000 | 1111 | 10101100 | 111111 | 111011 |
Color Harmonies of #54D8C7
Complementary color
Monochromatic Colors of #54D8C7
Black with #54D8C7
Text Example
Text Example
White with #54D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D8C7; }
p { color: rgb(84,216,199); }
H1.HeaderClassName
{
color: #54D8C7;
}
.AnyTagClassName
{
color: #54D8C7;
}
</style>
background-color css
<style>
a { background-color: #54D8C7; }
a { background-color: rgb(84,216,199); }
div.DivClassName
{
background-color: #54D8C7;
}
.BgClassName
{
background-color: #54D8C7;
}
</style>
border-color css
<style>
span { border-color: #54D8C7; }
span { border-color: rgb(84,216,199); }
td.TdClassName
{
border-color: #54D8C7;
}
.TagClassName
{
border-color: #54D8C7;
}
</style>