Shades of Turquoise #50ECD3
Tints of Turquoise #50ECD3
RGB
CMYK
RGB Variations
Color information
#50ECD3 (or 0x50ECD3) is known color: Turquoise. HEX triplet: 50, EC and D3. RGB value is (80,236,211). Sum of RGB (Red+Green+Blue) = 80+236+211=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECD3 is #AF132C. Grayscale: #BABABA. Windows color (decimal): -11473709 or 13888592. OLE color: 13888592.
HSL color Cylindrical-coordinate representation of color #50ECD3: hue angle of 170.38º 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 #50ECD3 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 211 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.07 |
| HSL | 170.38º | 0.8% | 0.62% | - |
| HSV(B) | 170.38º | 0.66% | 0.93% | - |
| XYZ | 45.06 | 66.4 | 72.07 | - |
| YUV | 186.51 | 141.82 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 211 | 0.66 | 0 | 0.11 | 0.07 | 170.38 | 0.8 | 0.62 |
| Hex | 50 | EC | D3 | 42 | 0 | B | 7 | AA | 50 | 3E |
| Octal | 120 | 354 | 323 | 102 | 0 | 13 | 7 | 252 | 120 | 76 |
| Binary | 1010000 | 11101100 | 11010011 | 1000010 | 0 | 1011 | 111 | 10101010 | 1010000 | 111110 |
Color Harmonies of #50ECD3
Complementary color
Monochromatic Colors of #50ECD3
Black with #50ECD3
Text Example
Text Example
White with #50ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECD3; }
p { color: rgb(80,236,211); }
H1.HeaderClassName
{
color: #50ECD3;
}
.AnyTagClassName
{
color: #50ECD3;
}
</style>
background-color css
<style>
a { background-color: #50ECD3; }
a { background-color: rgb(80,236,211); }
div.DivClassName
{
background-color: #50ECD3;
}
.BgClassName
{
background-color: #50ECD3;
}
</style>
border-color css
<style>
span { border-color: #50ECD3; }
span { border-color: rgb(80,236,211); }
td.TdClassName
{
border-color: #50ECD3;
}
.TagClassName
{
border-color: #50ECD3;
}
</style>