Shades of Medium Turquoise #54D7D5
Tints of Medium Turquoise #54D7D5
RGB
CMYK
RGB Variations
Color information
#54D7D5 (or 0x54D7D5) is known color: Medium Turquoise. HEX triplet: 54, D7 and D5. RGB value is (84,215,213). Sum of RGB (Red+Green+Blue) = 84+215+213=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #54D7D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D7D5 is #AB282A. Grayscale: #AFAFAF. Windows color (decimal): -11216939 or 14014292. OLE color: 14014292.
HSL color Cylindrical-coordinate representation of color #54D7D5: hue angle of 179.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D7D5 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 215 | 213 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.16 |
| HSL | 179.08º | 0.62% | 0.59% | - |
| HSV(B) | 179.08º | 0.61% | 0.84% | - |
| XYZ | 39.97 | 55.29 | 71.52 | - |
| YUV | 175.6 | 149.1 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 215 | 213 | 0.61 | 0 | 0.01 | 0.16 | 179.08 | 0.62 | 0.59 |
| Hex | 54 | D7 | D5 | 3D | 0 | 1 | 10 | B3 | 3E | 3B |
| Octal | 124 | 327 | 325 | 75 | 0 | 1 | 20 | 263 | 76 | 73 |
| Binary | 1010100 | 11010111 | 11010101 | 111101 | 0 | 1 | 10000 | 10110011 | 111110 | 111011 |
Color Harmonies of #54D7D5
Complementary color
Monochromatic Colors of #54D7D5
Black with #54D7D5
Text Example
Text Example
White with #54D7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D7D5; }
p { color: rgb(84,215,213); }
H1.HeaderClassName
{
color: #54D7D5;
}
.AnyTagClassName
{
color: #54D7D5;
}
</style>
background-color css
<style>
a { background-color: #54D7D5; }
a { background-color: rgb(84,215,213); }
div.DivClassName
{
background-color: #54D7D5;
}
.BgClassName
{
background-color: #54D7D5;
}
</style>
border-color css
<style>
span { border-color: #54D7D5; }
span { border-color: rgb(84,215,213); }
td.TdClassName
{
border-color: #54D7D5;
}
.TagClassName
{
border-color: #54D7D5;
}
</style>