Shades of Turquoise #50ECD2
Tints of Turquoise #50ECD2
RGB
CMYK
RGB Variations
Color information
#50ECD2 (or 0x50ECD2) is known color: Turquoise. HEX triplet: 50, EC and D2. RGB value is (80,236,210). Sum of RGB (Red+Green+Blue) = 80+236+210=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECD2 is #AF132D. Grayscale: #BABABA. Windows color (decimal): -11473710 or 13823056. OLE color: 13823056.
HSL color Cylindrical-coordinate representation of color #50ECD2: hue angle of 170º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ECD2 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 210 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.07 |
| HSL | 170º | 0.8% | 0.62% | - |
| HSV(B) | 170º | 0.66% | 0.93% | - |
| XYZ | 44.94 | 66.35 | 71.41 | - |
| YUV | 186.39 | 141.32 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 210 | 0.66 | 0 | 0.11 | 0.07 | 170 | 0.8 | 0.62 |
| Hex | 50 | EC | D2 | 42 | 0 | B | 7 | AA | 50 | 3E |
| Octal | 120 | 354 | 322 | 102 | 0 | 13 | 7 | 252 | 120 | 76 |
| Binary | 1010000 | 11101100 | 11010010 | 1000010 | 0 | 1011 | 111 | 10101010 | 1010000 | 111110 |
Color Harmonies of #50ECD2
Complementary color
Monochromatic Colors of #50ECD2
Black with #50ECD2
Text Example
Text Example
White with #50ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECD2; }
p { color: rgb(80,236,210); }
H1.HeaderClassName
{
color: #50ECD2;
}
.AnyTagClassName
{
color: #50ECD2;
}
</style>
background-color css
<style>
a { background-color: #50ECD2; }
a { background-color: rgb(80,236,210); }
div.DivClassName
{
background-color: #50ECD2;
}
.BgClassName
{
background-color: #50ECD2;
}
</style>
border-color css
<style>
span { border-color: #50ECD2; }
span { border-color: rgb(80,236,210); }
td.TdClassName
{
border-color: #50ECD2;
}
.TagClassName
{
border-color: #50ECD2;
}
</style>