Shades of Medium Turquoise #54DEDC
Tints of Medium Turquoise #54DEDC
RGB
CMYK
RGB Variations
Color information
#54DEDC (or 0x54DEDC) is known color: Medium Turquoise. HEX triplet: 54, DE and DC. RGB value is (84,222,220). Sum of RGB (Red+Green+Blue) = 84+222+220=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #54DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DEDC is #AB2123. Grayscale: #B4B4B4. Windows color (decimal): -11215140 or 14474836. OLE color: 14474836.
HSL color Cylindrical-coordinate representation of color #54DEDC: hue angle of 179.13º 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 #54DEDC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 222 | 220 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.13 |
| HSL | 179.13º | 0.68% | 0.6% | - |
| HSV(B) | 179.13º | 0.62% | 0.87% | - |
| XYZ | 42.7 | 59.29 | 76.9 | - |
| YUV | 180.51 | 150.28 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 222 | 220 | 0.62 | 0 | 0.01 | 0.13 | 179.13 | 0.68 | 0.6 |
| Hex | 54 | DE | DC | 3E | 0 | 1 | D | B3 | 44 | 3C |
| Octal | 124 | 336 | 334 | 76 | 0 | 1 | 15 | 263 | 104 | 74 |
| Binary | 1010100 | 11011110 | 11011100 | 111110 | 0 | 1 | 1101 | 10110011 | 1000100 | 111100 |
Color Harmonies of #54DEDC
Complementary color
Monochromatic Colors of #54DEDC
Black with #54DEDC
Text Example
Text Example
White with #54DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DEDC; }
p { color: rgb(84,222,220); }
H1.HeaderClassName
{
color: #54DEDC;
}
.AnyTagClassName
{
color: #54DEDC;
}
</style>
background-color css
<style>
a { background-color: #54DEDC; }
a { background-color: rgb(84,222,220); }
div.DivClassName
{
background-color: #54DEDC;
}
.BgClassName
{
background-color: #54DEDC;
}
</style>
border-color css
<style>
span { border-color: #54DEDC; }
span { border-color: rgb(84,222,220); }
td.TdClassName
{
border-color: #54DEDC;
}
.TagClassName
{
border-color: #54DEDC;
}
</style>