Shades of Medium Turquoise #54D2C6
Tints of Medium Turquoise #54D2C6
RGB
CMYK
RGB Variations
Color information
#54D2C6 (or 0x54D2C6) is known color: Medium Turquoise. HEX triplet: 54, D2 and C6. RGB value is (84,210,198). Sum of RGB (Red+Green+Blue) = 84+210+198=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #54D2C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D2C6 is #AB2D39. Grayscale: #AAAAAA. Windows color (decimal): -11218234 or 13029972. OLE color: 13029972.
HSL color Cylindrical-coordinate representation of color #54D2C6: hue angle of 174.29º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D2C6 is Cyan = 0.6, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 210 | 198 | - |
| CMYK | 0.6 | 0 | 0.06 | 0.18 |
| HSL | 174.29º | 0.58% | 0.58% | - |
| HSV(B) | 174.29º | 0.6% | 0.82% | - |
| XYZ | 36.9 | 52.06 | 61.53 | - |
| YUV | 170.96 | 143.26 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 210 | 198 | 0.6 | 0 | 0.06 | 0.18 | 174.29 | 0.58 | 0.58 |
| Hex | 54 | D2 | C6 | 3C | 0 | 6 | 12 | AE | 3A | 3A |
| Octal | 124 | 322 | 306 | 74 | 0 | 6 | 22 | 256 | 72 | 72 |
| Binary | 1010100 | 11010010 | 11000110 | 111100 | 0 | 110 | 10010 | 10101110 | 111010 | 111010 |
Color Harmonies of #54D2C6
Complementary color
Monochromatic Colors of #54D2C6
Black with #54D2C6
Text Example
Text Example
White with #54D2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D2C6; }
p { color: rgb(84,210,198); }
H1.HeaderClassName
{
color: #54D2C6;
}
.AnyTagClassName
{
color: #54D2C6;
}
</style>
background-color css
<style>
a { background-color: #54D2C6; }
a { background-color: rgb(84,210,198); }
div.DivClassName
{
background-color: #54D2C6;
}
.BgClassName
{
background-color: #54D2C6;
}
</style>
border-color css
<style>
span { border-color: #54D2C6; }
span { border-color: rgb(84,210,198); }
td.TdClassName
{
border-color: #54D2C6;
}
.TagClassName
{
border-color: #54D2C6;
}
</style>