Shades of Medium Turquoise #54D4CC
Tints of Medium Turquoise #54D4CC
RGB
CMYK
RGB Variations
Color information
#54D4CC (or 0x54D4CC) is known color: Medium Turquoise. HEX triplet: 54, D4 and CC. RGB value is (84,212,204). Sum of RGB (Red+Green+Blue) = 84+212+204=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #54D4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D4CC is #AB2B33. Grayscale: #ACACAC. Windows color (decimal): -11217716 or 13423700. OLE color: 13423700.
HSL color Cylindrical-coordinate representation of color #54D4CC: hue angle of 176.25º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D4CC is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 212 | 204 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.17 |
| HSL | 176.25º | 0.6% | 0.58% | - |
| HSV(B) | 176.25º | 0.6% | 0.83% | - |
| XYZ | 38.1 | 53.33 | 65.41 | - |
| YUV | 172.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 212 | 204 | 0.60 | 0 | 0.04 | 0.17 | 176.25 | 0.6 | 0.58 |
| Hex | 54 | D4 | CC | 3C | 0 | 4 | 11 | B0 | 3C | 3A |
| Octal | 124 | 324 | 314 | 74 | 0 | 4 | 21 | 260 | 74 | 72 |
| Binary | 1010100 | 11010100 | 11001100 | 111100 | 0 | 100 | 10001 | 10110000 | 111100 | 111010 |
Color Harmonies of #54D4CC
Complementary color
Monochromatic Colors of #54D4CC
Black with #54D4CC
Text Example
Text Example
White with #54D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D4CC; }
p { color: rgb(84,212,204); }
H1.HeaderClassName
{
color: #54D4CC;
}
.AnyTagClassName
{
color: #54D4CC;
}
</style>
background-color css
<style>
a { background-color: #54D4CC; }
a { background-color: rgb(84,212,204); }
div.DivClassName
{
background-color: #54D4CC;
}
.BgClassName
{
background-color: #54D4CC;
}
</style>
border-color css
<style>
span { border-color: #54D4CC; }
span { border-color: rgb(84,212,204); }
td.TdClassName
{
border-color: #54D4CC;
}
.TagClassName
{
border-color: #54D4CC;
}
</style>