Shades of Medium Turquoise #54CED2
Tints of Medium Turquoise #54CED2
RGB
CMYK
RGB Variations
Color information
#54CED2 (or 0x54CED2) is known color: Medium Turquoise. HEX triplet: 54, CE and D2. RGB value is (84,206,210). Sum of RGB (Red+Green+Blue) = 84+206+210=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 210 - color contains mainly: blue. Hex color #54CED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CED2 is #AB312D. Grayscale: #A9A9A9. Windows color (decimal): -11219246 or 13815380. OLE color: 13815380.
HSL color Cylindrical-coordinate representation of color #54CED2: hue angle of 181.9º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54CED2 is Cyan = 0.6, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 206 | 210 | - |
| CMYK | 0.6 | 0.02 | 0 | 0.18 |
| HSL | 181.9º | 0.58% | 0.58% | - |
| HSV(B) | 181.9º | 0.6% | 0.82% | - |
| XYZ | 37.36 | 50.68 | 68.79 | - |
| YUV | 169.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 210 | 0.6 | 0.02 | 0 | 0.18 | 181.9 | 0.58 | 0.58 |
| Hex | 54 | CE | D2 | 3C | 2 | 0 | 12 | B6 | 3A | 3A |
| Octal | 124 | 316 | 322 | 74 | 2 | 0 | 22 | 266 | 72 | 72 |
| Binary | 1010100 | 11001110 | 11010010 | 111100 | 10 | 0 | 10010 | 10110110 | 111010 | 111010 |
Color Harmonies of #54CED2
Complementary color
Monochromatic Colors of #54CED2
Black with #54CED2
Text Example
Text Example
White with #54CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CED2; }
p { color: rgb(84,206,210); }
H1.HeaderClassName
{
color: #54CED2;
}
.AnyTagClassName
{
color: #54CED2;
}
</style>
background-color css
<style>
a { background-color: #54CED2; }
a { background-color: rgb(84,206,210); }
div.DivClassName
{
background-color: #54CED2;
}
.BgClassName
{
background-color: #54CED2;
}
</style>
border-color css
<style>
span { border-color: #54CED2; }
span { border-color: rgb(84,206,210); }
td.TdClassName
{
border-color: #54CED2;
}
.TagClassName
{
border-color: #54CED2;
}
</style>