Shades of Medium Turquoise #54DDD5
Tints of Medium Turquoise #54DDD5
RGB
CMYK
RGB Variations
Color information
#54DDD5 (or 0x54DDD5) is known color: Medium Turquoise. HEX triplet: 54, DD and D5. RGB value is (84,221,213). Sum of RGB (Red+Green+Blue) = 84+221+213=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDD5 is #AB222A. Grayscale: #B3B3B3. Windows color (decimal): -11215403 or 14015828. OLE color: 14015828.
HSL color Cylindrical-coordinate representation of color #54DDD5: hue angle of 176.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DDD5 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 213 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.13 |
| HSL | 176.5º | 0.67% | 0.6% | - |
| HSV(B) | 176.5º | 0.62% | 0.87% | - |
| XYZ | 41.52 | 58.4 | 72.03 | - |
| YUV | 179.13 | 147.11 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 213 | 0.62 | 0 | 0.04 | 0.13 | 176.5 | 0.67 | 0.6 |
| Hex | 54 | DD | D5 | 3E | 0 | 4 | D | B0 | 43 | 3C |
| Octal | 124 | 335 | 325 | 76 | 0 | 4 | 15 | 260 | 103 | 74 |
| Binary | 1010100 | 11011101 | 11010101 | 111110 | 0 | 100 | 1101 | 10110000 | 1000011 | 111100 |
Color Harmonies of #54DDD5
Complementary color
Monochromatic Colors of #54DDD5
Black with #54DDD5
Text Example
Text Example
White with #54DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DDD5; }
p { color: rgb(84,221,213); }
H1.HeaderClassName
{
color: #54DDD5;
}
.AnyTagClassName
{
color: #54DDD5;
}
</style>
background-color css
<style>
a { background-color: #54DDD5; }
a { background-color: rgb(84,221,213); }
div.DivClassName
{
background-color: #54DDD5;
}
.BgClassName
{
background-color: #54DDD5;
}
</style>
border-color css
<style>
span { border-color: #54DDD5; }
span { border-color: rgb(84,221,213); }
td.TdClassName
{
border-color: #54DDD5;
}
.TagClassName
{
border-color: #54DDD5;
}
</style>