Shades of Turquoise #50ECCD
Tints of Turquoise #50ECCD
RGB
CMYK
RGB Variations
Color information
#50ECCD (or 0x50ECCD) is known color: Turquoise. HEX triplet: 50, EC and CD. RGB value is (80,236,205). Sum of RGB (Red+Green+Blue) = 80+236+205=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECCD is #AF1332. Grayscale: #B9B9B9. Windows color (decimal): -11473715 or 13495376. OLE color: 13495376.
HSL color Cylindrical-coordinate representation of color #50ECCD: hue angle of 168.08º 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 #50ECCD is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 205 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.07 |
| HSL | 168.08º | 0.8% | 0.62% | - |
| HSV(B) | 168.08º | 0.66% | 0.93% | - |
| XYZ | 44.32 | 66.1 | 68.18 | - |
| YUV | 185.82 | 138.82 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 205 | 0.66 | 0 | 0.13 | 0.07 | 168.08 | 0.8 | 0.62 |
| Hex | 50 | EC | CD | 42 | 0 | D | 7 | A8 | 50 | 3E |
| Octal | 120 | 354 | 315 | 102 | 0 | 15 | 7 | 250 | 120 | 76 |
| Binary | 1010000 | 11101100 | 11001101 | 1000010 | 0 | 1101 | 111 | 10101000 | 1010000 | 111110 |
Color Harmonies of #50ECCD
Complementary color
Monochromatic Colors of #50ECCD
Black with #50ECCD
Text Example
Text Example
White with #50ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECCD; }
p { color: rgb(80,236,205); }
H1.HeaderClassName
{
color: #50ECCD;
}
.AnyTagClassName
{
color: #50ECCD;
}
</style>
background-color css
<style>
a { background-color: #50ECCD; }
a { background-color: rgb(80,236,205); }
div.DivClassName
{
background-color: #50ECCD;
}
.BgClassName
{
background-color: #50ECCD;
}
</style>
border-color css
<style>
span { border-color: #50ECCD; }
span { border-color: rgb(80,236,205); }
td.TdClassName
{
border-color: #50ECCD;
}
.TagClassName
{
border-color: #50ECCD;
}
</style>