Shades of Medium Turquoise #54DFD0
Tints of Medium Turquoise #54DFD0
RGB
CMYK
RGB Variations
Color information
#54DFD0 (or 0x54DFD0) is known color: Medium Turquoise. HEX triplet: 54, DF and D0. RGB value is (84,223,208). Sum of RGB (Red+Green+Blue) = 84+223+208=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #54DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DFD0 is #AB202F. Grayscale: #B3B3B3. Windows color (decimal): -11214896 or 13688660. OLE color: 13688660.
HSL color Cylindrical-coordinate representation of color #54DFD0: hue angle of 173.53º 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 #54DFD0 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 208 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.13 |
| HSL | 173.53º | 0.68% | 0.6% | - |
| HSV(B) | 173.53º | 0.62% | 0.87% | - |
| XYZ | 41.43 | 59.21 | 68.92 | - |
| YUV | 179.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 208 | 0.62 | 0 | 0.07 | 0.13 | 173.53 | 0.68 | 0.6 |
| Hex | 54 | DF | D0 | 3E | 0 | 7 | D | AE | 44 | 3C |
| Octal | 124 | 337 | 320 | 76 | 0 | 7 | 15 | 256 | 104 | 74 |
| Binary | 1010100 | 11011111 | 11010000 | 111110 | 0 | 111 | 1101 | 10101110 | 1000100 | 111100 |
Color Harmonies of #54DFD0
Complementary color
Monochromatic Colors of #54DFD0
Black with #54DFD0
Text Example
Text Example
White with #54DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DFD0; }
p { color: rgb(84,223,208); }
H1.HeaderClassName
{
color: #54DFD0;
}
.AnyTagClassName
{
color: #54DFD0;
}
</style>
background-color css
<style>
a { background-color: #54DFD0; }
a { background-color: rgb(84,223,208); }
div.DivClassName
{
background-color: #54DFD0;
}
.BgClassName
{
background-color: #54DFD0;
}
</style>
border-color css
<style>
span { border-color: #54DFD0; }
span { border-color: rgb(84,223,208); }
td.TdClassName
{
border-color: #54DFD0;
}
.TagClassName
{
border-color: #54DFD0;
}
</style>