Shades of Medium Turquoise #54DDBD
Tints of Medium Turquoise #54DDBD
RGB
CMYK
RGB Variations
Color information
#54DDBD (or 0x54DDBD) is known color: Medium Turquoise. HEX triplet: 54, DD and BD. RGB value is (84,221,189). Sum of RGB (Red+Green+Blue) = 84+221+189=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDBD is #AB2242. Grayscale: #B0B0B0. Windows color (decimal): -11215427 or 12442964. OLE color: 12442964.
HSL color Cylindrical-coordinate representation of color #54DDBD: hue angle of 165.99º degrees, saturation: 0.67, 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 #54DDBD is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 189 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.13 |
| HSL | 165.99º | 0.67% | 0.6% | - |
| HSV(B) | 165.99º | 0.62% | 0.87% | - |
| XYZ | 38.7 | 57.27 | 57.16 | - |
| YUV | 176.39 | 135.11 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 189 | 0.62 | 0 | 0.14 | 0.13 | 165.99 | 0.67 | 0.6 |
| Hex | 54 | DD | BD | 3E | 0 | E | D | A6 | 43 | 3C |
| Octal | 124 | 335 | 275 | 76 | 0 | 16 | 15 | 246 | 103 | 74 |
| Binary | 1010100 | 11011101 | 10111101 | 111110 | 0 | 1110 | 1101 | 10100110 | 1000011 | 111100 |
Color Harmonies of #54DDBD
Complementary color
Monochromatic Colors of #54DDBD
Black with #54DDBD
Text Example
Text Example
White with #54DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DDBD; }
p { color: rgb(84,221,189); }
H1.HeaderClassName
{
color: #54DDBD;
}
.AnyTagClassName
{
color: #54DDBD;
}
</style>
background-color css
<style>
a { background-color: #54DDBD; }
a { background-color: rgb(84,221,189); }
div.DivClassName
{
background-color: #54DDBD;
}
.BgClassName
{
background-color: #54DDBD;
}
</style>
border-color css
<style>
span { border-color: #54DDBD; }
span { border-color: rgb(84,221,189); }
td.TdClassName
{
border-color: #54DDBD;
}
.TagClassName
{
border-color: #54DDBD;
}
</style>