Shades of Medium Turquoise #54DCC6
Tints of Medium Turquoise #54DCC6
RGB
CMYK
RGB Variations
Color information
#54DCC6 (or 0x54DCC6) is known color: Medium Turquoise. HEX triplet: 54, DC and C6. RGB value is (84,220,198). Sum of RGB (Red+Green+Blue) = 84+220+198=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCC6 is #AB2339. Grayscale: #B0B0B0. Windows color (decimal): -11215674 or 13032532. OLE color: 13032532.
HSL color Cylindrical-coordinate representation of color #54DCC6: hue angle of 170.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DCC6 is Cyan = 0.62, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 198 | - |
| CMYK | 0.62 | 0 | 0.1 | 0.14 |
| HSL | 170.29º | 0.66% | 0.6% | - |
| HSV(B) | 170.29º | 0.62% | 0.86% | - |
| XYZ | 39.44 | 57.15 | 62.38 | - |
| YUV | 176.83 | 139.94 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 198 | 0.62 | 0 | 0.1 | 0.14 | 170.29 | 0.66 | 0.6 |
| Hex | 54 | DC | C6 | 3E | 0 | A | E | AA | 42 | 3C |
| Octal | 124 | 334 | 306 | 76 | 0 | 12 | 16 | 252 | 102 | 74 |
| Binary | 1010100 | 11011100 | 11000110 | 111110 | 0 | 1010 | 1110 | 10101010 | 1000010 | 111100 |
Color Harmonies of #54DCC6
Complementary color
Monochromatic Colors of #54DCC6
Black with #54DCC6
Text Example
Text Example
White with #54DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCC6; }
p { color: rgb(84,220,198); }
H1.HeaderClassName
{
color: #54DCC6;
}
.AnyTagClassName
{
color: #54DCC6;
}
</style>
background-color css
<style>
a { background-color: #54DCC6; }
a { background-color: rgb(84,220,198); }
div.DivClassName
{
background-color: #54DCC6;
}
.BgClassName
{
background-color: #54DCC6;
}
</style>
border-color css
<style>
span { border-color: #54DCC6; }
span { border-color: rgb(84,220,198); }
td.TdClassName
{
border-color: #54DCC6;
}
.TagClassName
{
border-color: #54DCC6;
}
</style>