Shades of Medium Turquoise #54DFD6
Tints of Medium Turquoise #54DFD6
RGB
CMYK
RGB Variations
Color information
#54DFD6 (or 0x54DFD6) is known color: Medium Turquoise. HEX triplet: 54, DF and D6. RGB value is (84,223,214). Sum of RGB (Red+Green+Blue) = 84+223+214=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #54DFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DFD6 is #AB2029. Grayscale: #B4B4B4. Windows color (decimal): -11214890 or 14081876. OLE color: 14081876.
HSL color Cylindrical-coordinate representation of color #54DFD6: hue angle of 176.12º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DFD6 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 214 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.13 |
| HSL | 176.12º | 0.68% | 0.6% | - |
| HSV(B) | 176.12º | 0.62% | 0.87% | - |
| XYZ | 42.18 | 59.52 | 72.88 | - |
| YUV | 180.41 | 146.95 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 214 | 0.62 | 0 | 0.04 | 0.13 | 176.12 | 0.68 | 0.6 |
| Hex | 54 | DF | D6 | 3E | 0 | 4 | D | B0 | 44 | 3C |
| Octal | 124 | 337 | 326 | 76 | 0 | 4 | 15 | 260 | 104 | 74 |
| Binary | 1010100 | 11011111 | 11010110 | 111110 | 0 | 100 | 1101 | 10110000 | 1000100 | 111100 |
Color Harmonies of #54DFD6
Complementary color
Monochromatic Colors of #54DFD6
Black with #54DFD6
Text Example
Text Example
White with #54DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DFD6; }
p { color: rgb(84,223,214); }
H1.HeaderClassName
{
color: #54DFD6;
}
.AnyTagClassName
{
color: #54DFD6;
}
</style>
background-color css
<style>
a { background-color: #54DFD6; }
a { background-color: rgb(84,223,214); }
div.DivClassName
{
background-color: #54DFD6;
}
.BgClassName
{
background-color: #54DFD6;
}
</style>
border-color css
<style>
span { border-color: #54DFD6; }
span { border-color: rgb(84,223,214); }
td.TdClassName
{
border-color: #54DFD6;
}
.TagClassName
{
border-color: #54DFD6;
}
</style>