Shades of Medium Turquoise #54DEDD
Tints of Medium Turquoise #54DEDD
RGB
CMYK
RGB Variations
Color information
#54DEDD (or 0x54DEDD) is known color: Medium Turquoise. HEX triplet: 54, DE and DD. RGB value is (84,222,221). Sum of RGB (Red+Green+Blue) = 84+222+221=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #54DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DEDD is #AB2122. Grayscale: #B4B4B4. Windows color (decimal): -11215139 or 14540372. OLE color: 14540372.
HSL color Cylindrical-coordinate representation of color #54DEDD: hue angle of 179.57º 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 #54DEDD is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 222 | 221 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.13 |
| HSL | 179.57º | 0.68% | 0.6% | - |
| HSV(B) | 179.57º | 0.62% | 0.87% | - |
| XYZ | 42.83 | 59.35 | 77.6 | - |
| YUV | 180.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 222 | 221 | 0.62 | 0 | 0.00 | 0.13 | 179.57 | 0.68 | 0.6 |
| Hex | 54 | DE | DD | 3E | 0 | 0 | D | B4 | 44 | 3C |
| Octal | 124 | 336 | 335 | 76 | 0 | 0 | 15 | 264 | 104 | 74 |
| Binary | 1010100 | 11011110 | 11011101 | 111110 | 0 | 0 | 1101 | 10110100 | 1000100 | 111100 |
Color Harmonies of #54DEDD
Complementary color
Monochromatic Colors of #54DEDD
Black with #54DEDD
Text Example
Text Example
White with #54DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DEDD; }
p { color: rgb(84,222,221); }
H1.HeaderClassName
{
color: #54DEDD;
}
.AnyTagClassName
{
color: #54DEDD;
}
</style>
background-color css
<style>
a { background-color: #54DEDD; }
a { background-color: rgb(84,222,221); }
div.DivClassName
{
background-color: #54DEDD;
}
.BgClassName
{
background-color: #54DEDD;
}
</style>
border-color css
<style>
span { border-color: #54DEDD; }
span { border-color: rgb(84,222,221); }
td.TdClassName
{
border-color: #54DEDD;
}
.TagClassName
{
border-color: #54DEDD;
}
</style>