Shades of Medium Turquoise #54C4C2
Tints of Medium Turquoise #54C4C2
RGB
CMYK
RGB Variations
Color information
#54C4C2 (or 0x54C4C2) is known color: Medium Turquoise. HEX triplet: 54, C4 and C2. RGB value is (84,196,194). Sum of RGB (Red+Green+Blue) = 84+196+194=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #54C4C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C4C2 is #AB3B3D. Grayscale: #A2A2A2. Windows color (decimal): -11221822 or 12764244. OLE color: 12764244.
HSL color Cylindrical-coordinate representation of color #54C4C2: hue angle of 178.93º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C4C2 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 196 | 194 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.23 |
| HSL | 178.93º | 0.49% | 0.55% | - |
| HSV(B) | 178.93º | 0.57% | 0.77% | - |
| XYZ | 33.13 | 45.26 | 58.03 | - |
| YUV | 162.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 196 | 194 | 0.57 | 0 | 0.01 | 0.23 | 178.93 | 0.49 | 0.55 |
| Hex | 54 | C4 | C2 | 39 | 0 | 1 | 17 | B3 | 31 | 37 |
| Octal | 124 | 304 | 302 | 71 | 0 | 1 | 27 | 263 | 61 | 67 |
| Binary | 1010100 | 11000100 | 11000010 | 111001 | 0 | 1 | 10111 | 10110011 | 110001 | 110111 |
Color Harmonies of #54C4C2
Complementary color
Monochromatic Colors of #54C4C2
Black with #54C4C2
Text Example
Text Example
White with #54C4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C4C2; }
p { color: rgb(84,196,194); }
H1.HeaderClassName
{
color: #54C4C2;
}
.AnyTagClassName
{
color: #54C4C2;
}
</style>
background-color css
<style>
a { background-color: #54C4C2; }
a { background-color: rgb(84,196,194); }
div.DivClassName
{
background-color: #54C4C2;
}
.BgClassName
{
background-color: #54C4C2;
}
</style>
border-color css
<style>
span { border-color: #54C4C2; }
span { border-color: rgb(84,196,194); }
td.TdClassName
{
border-color: #54C4C2;
}
.TagClassName
{
border-color: #54C4C2;
}
</style>