Shades of Medium Turquoise #54D0CC
Tints of Medium Turquoise #54D0CC
RGB
CMYK
RGB Variations
Color information
#54D0CC (or 0x54D0CC) is known color: Medium Turquoise. HEX triplet: 54, D0 and CC. RGB value is (84,208,204). Sum of RGB (Red+Green+Blue) = 84+208+204=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #54D0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D0CC is #AB2F33. Grayscale: #AAAAAA. Windows color (decimal): -11218740 or 13422676. OLE color: 13422676.
HSL color Cylindrical-coordinate representation of color #54D0CC: hue angle of 178.06º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D0CC is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 208 | 204 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.18 |
| HSL | 178.06º | 0.57% | 0.57% | - |
| HSV(B) | 178.06º | 0.6% | 0.82% | - |
| XYZ | 37.11 | 51.36 | 65.08 | - |
| YUV | 170.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 208 | 204 | 0.60 | 0 | 0.02 | 0.18 | 178.06 | 0.57 | 0.57 |
| Hex | 54 | D0 | CC | 3C | 0 | 2 | 12 | B2 | 39 | 39 |
| Octal | 124 | 320 | 314 | 74 | 0 | 2 | 22 | 262 | 71 | 71 |
| Binary | 1010100 | 11010000 | 11001100 | 111100 | 0 | 10 | 10010 | 10110010 | 111001 | 111001 |
Color Harmonies of #54D0CC
Complementary color
Monochromatic Colors of #54D0CC
Black with #54D0CC
Text Example
Text Example
White with #54D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D0CC; }
p { color: rgb(84,208,204); }
H1.HeaderClassName
{
color: #54D0CC;
}
.AnyTagClassName
{
color: #54D0CC;
}
</style>
background-color css
<style>
a { background-color: #54D0CC; }
a { background-color: rgb(84,208,204); }
div.DivClassName
{
background-color: #54D0CC;
}
.BgClassName
{
background-color: #54D0CC;
}
</style>
border-color css
<style>
span { border-color: #54D0CC; }
span { border-color: rgb(84,208,204); }
td.TdClassName
{
border-color: #54D0CC;
}
.TagClassName
{
border-color: #54D0CC;
}
</style>