Shades of Medium Turquoise #54C5D8
Tints of Medium Turquoise #54C5D8
RGB
CMYK
RGB Variations
Color information
#54C5D8 (or 0x54C5D8) is known color: Medium Turquoise. HEX triplet: 54, C5 and D8. RGB value is (84,197,216). Sum of RGB (Red+Green+Blue) = 84+197+216=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #54C5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C5D8 is #AB3A27. Grayscale: #A5A5A5. Windows color (decimal): -11221544 or 14206292. OLE color: 14206292.
HSL color Cylindrical-coordinate representation of color #54C5D8: hue angle of 188.64º 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 #54C5D8 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 197 | 216 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.15 |
| HSL | 188.64º | 0.63% | 0.59% | - |
| HSV(B) | 188.64º | 0.61% | 0.85% | - |
| XYZ | 36.02 | 46.78 | 72.1 | - |
| YUV | 165.38 | 156.56 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 216 | 0.61 | 0.09 | 0 | 0.15 | 188.64 | 0.63 | 0.59 |
| Hex | 54 | C5 | D8 | 3D | 9 | 0 | F | BD | 3F | 3B |
| Octal | 124 | 305 | 330 | 75 | 11 | 0 | 17 | 275 | 77 | 73 |
| Binary | 1010100 | 11000101 | 11011000 | 111101 | 1001 | 0 | 1111 | 10111101 | 111111 | 111011 |
Color Harmonies of #54C5D8
Complementary color
Monochromatic Colors of #54C5D8
Black with #54C5D8
Text Example
Text Example
White with #54C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C5D8; }
p { color: rgb(84,197,216); }
H1.HeaderClassName
{
color: #54C5D8;
}
.AnyTagClassName
{
color: #54C5D8;
}
</style>
background-color css
<style>
a { background-color: #54C5D8; }
a { background-color: rgb(84,197,216); }
div.DivClassName
{
background-color: #54C5D8;
}
.BgClassName
{
background-color: #54C5D8;
}
</style>
border-color css
<style>
span { border-color: #54C5D8; }
span { border-color: rgb(84,197,216); }
td.TdClassName
{
border-color: #54C5D8;
}
.TagClassName
{
border-color: #54C5D8;
}
</style>