Shades of Medium Turquoise #54DDD4
Tints of Medium Turquoise #54DDD4
RGB
CMYK
RGB Variations
Color information
#54DDD4 (or 0x54DDD4) is known color: Medium Turquoise. HEX triplet: 54, DD and D4. RGB value is (84,221,212). Sum of RGB (Red+Green+Blue) = 84+221+212=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDD4 is #AB222B. Grayscale: #B2B2B2. Windows color (decimal): -11215404 or 13950292. OLE color: 13950292.
HSL color Cylindrical-coordinate representation of color #54DDD4: hue angle of 176.06º 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 #54DDD4 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 212 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.13 |
| HSL | 176.06º | 0.67% | 0.6% | - |
| HSV(B) | 176.06º | 0.62% | 0.87% | - |
| XYZ | 41.4 | 58.35 | 71.37 | - |
| YUV | 179.01 | 146.61 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 212 | 0.62 | 0 | 0.04 | 0.13 | 176.06 | 0.67 | 0.6 |
| Hex | 54 | DD | D4 | 3E | 0 | 4 | D | B0 | 43 | 3C |
| Octal | 124 | 335 | 324 | 76 | 0 | 4 | 15 | 260 | 103 | 74 |
| Binary | 1010100 | 11011101 | 11010100 | 111110 | 0 | 100 | 1101 | 10110000 | 1000011 | 111100 |
Color Harmonies of #54DDD4
Complementary color
Monochromatic Colors of #54DDD4
Black with #54DDD4
Text Example
Text Example
White with #54DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DDD4; }
p { color: rgb(84,221,212); }
H1.HeaderClassName
{
color: #54DDD4;
}
.AnyTagClassName
{
color: #54DDD4;
}
</style>
background-color css
<style>
a { background-color: #54DDD4; }
a { background-color: rgb(84,221,212); }
div.DivClassName
{
background-color: #54DDD4;
}
.BgClassName
{
background-color: #54DDD4;
}
</style>
border-color css
<style>
span { border-color: #54DDD4; }
span { border-color: rgb(84,221,212); }
td.TdClassName
{
border-color: #54DDD4;
}
.TagClassName
{
border-color: #54DDD4;
}
</style>