Shades of Medium Turquoise #54DDCC
Tints of Medium Turquoise #54DDCC
RGB
CMYK
RGB Variations
Color information
#54DDCC (or 0x54DDCC) is known color: Medium Turquoise. HEX triplet: 54, DD and CC. RGB value is (84,221,204). Sum of RGB (Red+Green+Blue) = 84+221+204=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDCC is #AB2233. Grayscale: #B2B2B2. Windows color (decimal): -11215412 or 13426004. OLE color: 13426004.
HSL color Cylindrical-coordinate representation of color #54DDCC: hue angle of 172.55º 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 #54DDCC is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 204 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.13 |
| HSL | 172.55º | 0.67% | 0.6% | - |
| HSV(B) | 172.55º | 0.62% | 0.87% | - |
| XYZ | 40.41 | 57.96 | 66.18 | - |
| YUV | 178.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 204 | 0.62 | 0 | 0.08 | 0.13 | 172.55 | 0.67 | 0.6 |
| Hex | 54 | DD | CC | 3E | 0 | 8 | D | AD | 43 | 3C |
| Octal | 124 | 335 | 314 | 76 | 0 | 10 | 15 | 255 | 103 | 74 |
| Binary | 1010100 | 11011101 | 11001100 | 111110 | 0 | 1000 | 1101 | 10101101 | 1000011 | 111100 |
Color Harmonies of #54DDCC
Complementary color
Monochromatic Colors of #54DDCC
Black with #54DDCC
Text Example
Text Example
White with #54DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DDCC; }
p { color: rgb(84,221,204); }
H1.HeaderClassName
{
color: #54DDCC;
}
.AnyTagClassName
{
color: #54DDCC;
}
</style>
background-color css
<style>
a { background-color: #54DDCC; }
a { background-color: rgb(84,221,204); }
div.DivClassName
{
background-color: #54DDCC;
}
.BgClassName
{
background-color: #54DDCC;
}
</style>
border-color css
<style>
span { border-color: #54DDCC; }
span { border-color: rgb(84,221,204); }
td.TdClassName
{
border-color: #54DDCC;
}
.TagClassName
{
border-color: #54DDCC;
}
</style>