Shades of Medium Turquoise #54CEDC
Tints of Medium Turquoise #54CEDC
RGB
CMYK
RGB Variations
Color information
#54CEDC (or 0x54CEDC) is known color: Medium Turquoise. HEX triplet: 54, CE and DC. RGB value is (84,206,220). Sum of RGB (Red+Green+Blue) = 84+206+220=510 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.47% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #54CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CEDC is #AB3123. Grayscale: #AAAAAA. Windows color (decimal): -11219236 or 14470740. OLE color: 14470740.
HSL color Cylindrical-coordinate representation of color #54CEDC: hue angle of 186.18º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54CEDC is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 206 | 220 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.14 |
| HSL | 186.18º | 0.66% | 0.6% | - |
| HSV(B) | 186.18º | 0.62% | 0.86% | - |
| XYZ | 38.65 | 51.19 | 75.55 | - |
| YUV | 171.12 | 155.58 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 220 | 0.62 | 0.06 | 0 | 0.14 | 186.18 | 0.66 | 0.6 |
| Hex | 54 | CE | DC | 3E | 6 | 0 | E | BA | 42 | 3C |
| Octal | 124 | 316 | 334 | 76 | 6 | 0 | 16 | 272 | 102 | 74 |
| Binary | 1010100 | 11001110 | 11011100 | 111110 | 110 | 0 | 1110 | 10111010 | 1000010 | 111100 |
Color Harmonies of #54CEDC
Complementary color
Monochromatic Colors of #54CEDC
Black with #54CEDC
Text Example
Text Example
White with #54CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CEDC; }
p { color: rgb(84,206,220); }
H1.HeaderClassName
{
color: #54CEDC;
}
.AnyTagClassName
{
color: #54CEDC;
}
</style>
background-color css
<style>
a { background-color: #54CEDC; }
a { background-color: rgb(84,206,220); }
div.DivClassName
{
background-color: #54CEDC;
}
.BgClassName
{
background-color: #54CEDC;
}
</style>
border-color css
<style>
span { border-color: #54CEDC; }
span { border-color: rgb(84,206,220); }
td.TdClassName
{
border-color: #54CEDC;
}
.TagClassName
{
border-color: #54CEDC;
}
</style>