Shades of Medium Turquoise #54CDC4
Tints of Medium Turquoise #54CDC4
RGB
CMYK
RGB Variations
Color information
#54CDC4 (or 0x54CDC4) is known color: Medium Turquoise. HEX triplet: 54, CD and C4. RGB value is (84,205,196). Sum of RGB (Red+Green+Blue) = 84+205+196=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDC4 is #AB323B. Grayscale: #A7A7A7. Windows color (decimal): -11219516 or 12897620. OLE color: 12897620.
HSL color Cylindrical-coordinate representation of color #54CDC4: hue angle of 175.54º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CDC4 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 205 | 196 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.20 |
| HSL | 175.54º | 0.55% | 0.57% | - |
| HSV(B) | 175.54º | 0.59% | 0.8% | - |
| XYZ | 35.45 | 49.53 | 59.92 | - |
| YUV | 167.8 | 143.91 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 196 | 0.59 | 0 | 0.04 | 0.20 | 175.54 | 0.55 | 0.57 |
| Hex | 54 | CD | C4 | 3B | 0 | 4 | 14 | B0 | 37 | 39 |
| Octal | 124 | 315 | 304 | 73 | 0 | 4 | 24 | 260 | 67 | 71 |
| Binary | 1010100 | 11001101 | 11000100 | 111011 | 0 | 100 | 10100 | 10110000 | 110111 | 111001 |
Color Harmonies of #54CDC4
Complementary color
Monochromatic Colors of #54CDC4
Black with #54CDC4
Text Example
Text Example
White with #54CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDC4; }
p { color: rgb(84,205,196); }
H1.HeaderClassName
{
color: #54CDC4;
}
.AnyTagClassName
{
color: #54CDC4;
}
</style>
background-color css
<style>
a { background-color: #54CDC4; }
a { background-color: rgb(84,205,196); }
div.DivClassName
{
background-color: #54CDC4;
}
.BgClassName
{
background-color: #54CDC4;
}
</style>
border-color css
<style>
span { border-color: #54CDC4; }
span { border-color: rgb(84,205,196); }
td.TdClassName
{
border-color: #54CDC4;
}
.TagClassName
{
border-color: #54CDC4;
}
</style>