Shades of Medium Turquoise #54DCD3
Tints of Medium Turquoise #54DCD3
RGB
CMYK
RGB Variations
Color information
#54DCD3 (or 0x54DCD3) is known color: Medium Turquoise. HEX triplet: 54, DC and D3. RGB value is (84,220,211). Sum of RGB (Red+Green+Blue) = 84+220+211=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCD3 is #AB232C. Grayscale: #B2B2B2. Windows color (decimal): -11215661 or 13884500. OLE color: 13884500.
HSL color Cylindrical-coordinate representation of color #54DCD3: hue angle of 176.03º 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 #54DCD3 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 211 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.14 |
| HSL | 176.03º | 0.66% | 0.6% | - |
| HSV(B) | 176.03º | 0.62% | 0.86% | - |
| XYZ | 41.01 | 57.77 | 70.62 | - |
| YUV | 178.31 | 146.44 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 211 | 0.62 | 0 | 0.04 | 0.14 | 176.03 | 0.66 | 0.6 |
| Hex | 54 | DC | D3 | 3E | 0 | 4 | E | B0 | 42 | 3C |
| Octal | 124 | 334 | 323 | 76 | 0 | 4 | 16 | 260 | 102 | 74 |
| Binary | 1010100 | 11011100 | 11010011 | 111110 | 0 | 100 | 1110 | 10110000 | 1000010 | 111100 |
Color Harmonies of #54DCD3
Complementary color
Monochromatic Colors of #54DCD3
Black with #54DCD3
Text Example
Text Example
White with #54DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCD3; }
p { color: rgb(84,220,211); }
H1.HeaderClassName
{
color: #54DCD3;
}
.AnyTagClassName
{
color: #54DCD3;
}
</style>
background-color css
<style>
a { background-color: #54DCD3; }
a { background-color: rgb(84,220,211); }
div.DivClassName
{
background-color: #54DCD3;
}
.BgClassName
{
background-color: #54DCD3;
}
</style>
border-color css
<style>
span { border-color: #54DCD3; }
span { border-color: rgb(84,220,211); }
td.TdClassName
{
border-color: #54DCD3;
}
.TagClassName
{
border-color: #54DCD3;
}
</style>