Shades of Medium Turquoise #54DECD
Tints of Medium Turquoise #54DECD
RGB
CMYK
RGB Variations
Color information
#54DECD (or 0x54DECD) is known color: Medium Turquoise. HEX triplet: 54, DE and CD. RGB value is (84,222,205). Sum of RGB (Red+Green+Blue) = 84+222+205=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #54DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DECD is #AB2132. Grayscale: #B2B2B2. Windows color (decimal): -11215155 or 13491796. OLE color: 13491796.
HSL color Cylindrical-coordinate representation of color #54DECD: hue angle of 172.61º degrees, saturation: 0.68, 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 #54DECD is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 222 | 205 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.13 |
| HSL | 172.61º | 0.68% | 0.6% | - |
| HSV(B) | 172.61º | 0.62% | 0.87% | - |
| XYZ | 40.8 | 58.54 | 66.91 | - |
| YUV | 178.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 222 | 205 | 0.62 | 0 | 0.08 | 0.13 | 172.61 | 0.68 | 0.6 |
| Hex | 54 | DE | CD | 3E | 0 | 8 | D | AD | 44 | 3C |
| Octal | 124 | 336 | 315 | 76 | 0 | 10 | 15 | 255 | 104 | 74 |
| Binary | 1010100 | 11011110 | 11001101 | 111110 | 0 | 1000 | 1101 | 10101101 | 1000100 | 111100 |
Color Harmonies of #54DECD
Complementary color
Monochromatic Colors of #54DECD
Black with #54DECD
Text Example
Text Example
White with #54DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DECD; }
p { color: rgb(84,222,205); }
H1.HeaderClassName
{
color: #54DECD;
}
.AnyTagClassName
{
color: #54DECD;
}
</style>
background-color css
<style>
a { background-color: #54DECD; }
a { background-color: rgb(84,222,205); }
div.DivClassName
{
background-color: #54DECD;
}
.BgClassName
{
background-color: #54DECD;
}
</style>
border-color css
<style>
span { border-color: #54DECD; }
span { border-color: rgb(84,222,205); }
td.TdClassName
{
border-color: #54DECD;
}
.TagClassName
{
border-color: #54DECD;
}
</style>