Shades of Medium Turquoise #54DCD4
Tints of Medium Turquoise #54DCD4
RGB
CMYK
RGB Variations
Color information
#54DCD4 (or 0x54DCD4) is known color: Medium Turquoise. HEX triplet: 54, DC and D4. RGB value is (84,220,212). Sum of RGB (Red+Green+Blue) = 84+220+212=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCD4 is #AB232B. Grayscale: #B2B2B2. Windows color (decimal): -11215660 or 13950036. OLE color: 13950036.
HSL color Cylindrical-coordinate representation of color #54DCD4: hue angle of 176.47º 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 #54DCD4 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 212 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.14 |
| HSL | 176.47º | 0.66% | 0.6% | - |
| HSV(B) | 176.47º | 0.62% | 0.86% | - |
| XYZ | 41.13 | 57.82 | 71.28 | - |
| YUV | 178.42 | 146.94 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 212 | 0.62 | 0 | 0.04 | 0.14 | 176.47 | 0.66 | 0.6 |
| Hex | 54 | DC | D4 | 3E | 0 | 4 | E | B0 | 42 | 3C |
| Octal | 124 | 334 | 324 | 76 | 0 | 4 | 16 | 260 | 102 | 74 |
| Binary | 1010100 | 11011100 | 11010100 | 111110 | 0 | 100 | 1110 | 10110000 | 1000010 | 111100 |
Color Harmonies of #54DCD4
Complementary color
Monochromatic Colors of #54DCD4
Black with #54DCD4
Text Example
Text Example
White with #54DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCD4; }
p { color: rgb(84,220,212); }
H1.HeaderClassName
{
color: #54DCD4;
}
.AnyTagClassName
{
color: #54DCD4;
}
</style>
background-color css
<style>
a { background-color: #54DCD4; }
a { background-color: rgb(84,220,212); }
div.DivClassName
{
background-color: #54DCD4;
}
.BgClassName
{
background-color: #54DCD4;
}
</style>
border-color css
<style>
span { border-color: #54DCD4; }
span { border-color: rgb(84,220,212); }
td.TdClassName
{
border-color: #54DCD4;
}
.TagClassName
{
border-color: #54DCD4;
}
</style>