Shades of Turquoise #50E9D2
Tints of Turquoise #50E9D2
RGB
CMYK
RGB Variations
Color information
#50E9D2 (or 0x50E9D2) is known color: Turquoise. HEX triplet: 50, E9 and D2. RGB value is (80,233,210). Sum of RGB (Red+Green+Blue) = 80+233+210=523 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.30% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E9D2 is #AF162D. Grayscale: #B8B8B8. Windows color (decimal): -11474478 or 13822288. OLE color: 13822288.
HSL color Cylindrical-coordinate representation of color #50E9D2: hue angle of 170.98º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E9D2 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 210 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.09 |
| HSL | 170.98º | 0.78% | 0.61% | - |
| HSV(B) | 170.98º | 0.66% | 0.91% | - |
| XYZ | 44.08 | 64.64 | 71.13 | - |
| YUV | 184.63 | 142.31 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 210 | 0.66 | 0 | 0.10 | 0.09 | 170.98 | 0.78 | 0.61 |
| Hex | 50 | E9 | D2 | 42 | 0 | A | 9 | AB | 4E | 3D |
| Octal | 120 | 351 | 322 | 102 | 0 | 12 | 11 | 253 | 116 | 75 |
| Binary | 1010000 | 11101001 | 11010010 | 1000010 | 0 | 1010 | 1001 | 10101011 | 1001110 | 111101 |
Color Harmonies of #50E9D2
Complementary color
Monochromatic Colors of #50E9D2
Black with #50E9D2
Text Example
Text Example
White with #50E9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E9D2; }
p { color: rgb(80,233,210); }
H1.HeaderClassName
{
color: #50E9D2;
}
.AnyTagClassName
{
color: #50E9D2;
}
</style>
background-color css
<style>
a { background-color: #50E9D2; }
a { background-color: rgb(80,233,210); }
div.DivClassName
{
background-color: #50E9D2;
}
.BgClassName
{
background-color: #50E9D2;
}
</style>
border-color css
<style>
span { border-color: #50E9D2; }
span { border-color: rgb(80,233,210); }
td.TdClassName
{
border-color: #50E9D2;
}
.TagClassName
{
border-color: #50E9D2;
}
</style>