Shades of Turquoise #50EAD2
Tints of Turquoise #50EAD2
RGB
CMYK
RGB Variations
Color information
#50EAD2 (or 0x50EAD2) is known color: Turquoise. HEX triplet: 50, EA and D2. RGB value is (80,234,210). Sum of RGB (Red+Green+Blue) = 80+234+210=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #50EAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EAD2 is #AF152D. Grayscale: #B9B9B9. Windows color (decimal): -11474222 or 13822544. OLE color: 13822544.
HSL color Cylindrical-coordinate representation of color #50EAD2: hue angle of 170.65º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EAD2 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 210 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.08 |
| HSL | 170.65º | 0.79% | 0.62% | - |
| HSV(B) | 170.65º | 0.66% | 0.92% | - |
| XYZ | 44.36 | 65.2 | 71.22 | - |
| YUV | 185.22 | 141.98 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 210 | 0.66 | 0 | 0.10 | 0.08 | 170.65 | 0.79 | 0.62 |
| Hex | 50 | EA | D2 | 42 | 0 | A | 8 | AB | 4F | 3E |
| Octal | 120 | 352 | 322 | 102 | 0 | 12 | 10 | 253 | 117 | 76 |
| Binary | 1010000 | 11101010 | 11010010 | 1000010 | 0 | 1010 | 1000 | 10101011 | 1001111 | 111110 |
Color Harmonies of #50EAD2
Complementary color
Monochromatic Colors of #50EAD2
Black with #50EAD2
Text Example
Text Example
White with #50EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EAD2; }
p { color: rgb(80,234,210); }
H1.HeaderClassName
{
color: #50EAD2;
}
.AnyTagClassName
{
color: #50EAD2;
}
</style>
background-color css
<style>
a { background-color: #50EAD2; }
a { background-color: rgb(80,234,210); }
div.DivClassName
{
background-color: #50EAD2;
}
.BgClassName
{
background-color: #50EAD2;
}
</style>
border-color css
<style>
span { border-color: #50EAD2; }
span { border-color: rgb(80,234,210); }
td.TdClassName
{
border-color: #50EAD2;
}
.TagClassName
{
border-color: #50EAD2;
}
</style>