Shades of Medium Turquoise #54DDC0
Tints of Medium Turquoise #54DDC0
RGB
CMYK
RGB Variations
Color information
#54DDC0 (or 0x54DDC0) is known color: Medium Turquoise. HEX triplet: 54, DD and C0. RGB value is (84,221,192). Sum of RGB (Red+Green+Blue) = 84+221+192=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDC0 is #AB223F. Grayscale: #B0B0B0. Windows color (decimal): -11215424 or 12639572. OLE color: 12639572.
HSL color Cylindrical-coordinate representation of color #54DDC0: hue angle of 167.3º 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 #54DDC0 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 192 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.13 |
| HSL | 167.3º | 0.67% | 0.6% | - |
| HSV(B) | 167.3º | 0.62% | 0.87% | - |
| XYZ | 39.03 | 57.4 | 58.89 | - |
| YUV | 176.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 192 | 0.62 | 0 | 0.13 | 0.13 | 167.3 | 0.67 | 0.6 |
| Hex | 54 | DD | C0 | 3E | 0 | D | D | A7 | 43 | 3C |
| Octal | 124 | 335 | 300 | 76 | 0 | 15 | 15 | 247 | 103 | 74 |
| Binary | 1010100 | 11011101 | 11000000 | 111110 | 0 | 1101 | 1101 | 10100111 | 1000011 | 111100 |
Color Harmonies of #54DDC0
Complementary color
Monochromatic Colors of #54DDC0
Black with #54DDC0
Text Example
Text Example
White with #54DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DDC0; }
p { color: rgb(84,221,192); }
H1.HeaderClassName
{
color: #54DDC0;
}
.AnyTagClassName
{
color: #54DDC0;
}
</style>
background-color css
<style>
a { background-color: #54DDC0; }
a { background-color: rgb(84,221,192); }
div.DivClassName
{
background-color: #54DDC0;
}
.BgClassName
{
background-color: #54DDC0;
}
</style>
border-color css
<style>
span { border-color: #54DDC0; }
span { border-color: rgb(84,221,192); }
td.TdClassName
{
border-color: #54DDC0;
}
.TagClassName
{
border-color: #54DDC0;
}
</style>