Shades of Turquoise #50E3C8
Tints of Turquoise #50E3C8
RGB
CMYK
RGB Variations
Color information
#50E3C8 (or 0x50E3C8) is known color: Turquoise. HEX triplet: 50, E3 and C8. RGB value is (80,227,200). Sum of RGB (Red+Green+Blue) = 80+227+200=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #50E3C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E3C8 is #AF1C37. Grayscale: #B3B3B3. Windows color (decimal): -11476024 or 13165392. OLE color: 13165392.
HSL color Cylindrical-coordinate representation of color #50E3C8: hue angle of 168.98º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E3C8 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 200 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.11 |
| HSL | 168.98º | 0.72% | 0.6% | - |
| HSV(B) | 168.98º | 0.65% | 0.89% | - |
| XYZ | 41.2 | 60.81 | 64.21 | - |
| YUV | 179.97 | 139.3 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 200 | 0.65 | 0 | 0.12 | 0.11 | 168.98 | 0.72 | 0.6 |
| Hex | 50 | E3 | C8 | 41 | 0 | C | B | A9 | 48 | 3C |
| Octal | 120 | 343 | 310 | 101 | 0 | 14 | 13 | 251 | 110 | 74 |
| Binary | 1010000 | 11100011 | 11001000 | 1000001 | 0 | 1100 | 1011 | 10101001 | 1001000 | 111100 |
Color Harmonies of #50E3C8
Complementary color
Monochromatic Colors of #50E3C8
Black with #50E3C8
Text Example
Text Example
White with #50E3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E3C8; }
p { color: rgb(80,227,200); }
H1.HeaderClassName
{
color: #50E3C8;
}
.AnyTagClassName
{
color: #50E3C8;
}
</style>
background-color css
<style>
a { background-color: #50E3C8; }
a { background-color: rgb(80,227,200); }
div.DivClassName
{
background-color: #50E3C8;
}
.BgClassName
{
background-color: #50E3C8;
}
</style>
border-color css
<style>
span { border-color: #50E3C8; }
span { border-color: rgb(80,227,200); }
td.TdClassName
{
border-color: #50E3C8;
}
.TagClassName
{
border-color: #50E3C8;
}
</style>