Shades of Turquoise #50F6B5
Tints of Turquoise #50F6B5
RGB
CMYK
RGB Variations
Color information
#50F6B5 (or 0x50F6B5) is known color: Turquoise. HEX triplet: 50, F6 and B5. RGB value is (80,246,181). Sum of RGB (Red+Green+Blue) = 80+246+181=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #50F6B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F6B5 is #AF094A. Grayscale: #BDBDBD. Windows color (decimal): -11471179 or 11925072. OLE color: 11925072.
HSL color Cylindrical-coordinate representation of color #50F6B5: hue angle of 156.51º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F6B5 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 246 | 181 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.04 |
| HSL | 156.51º | 0.9% | 0.64% | - |
| HSV(B) | 156.51º | 0.67% | 0.96% | - |
| XYZ | 44.6 | 70.95 | 55.06 | - |
| YUV | 188.96 | 123.5 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 246 | 181 | 0.67 | 0 | 0.26 | 0.04 | 156.51 | 0.9 | 0.64 |
| Hex | 50 | F6 | B5 | 43 | 0 | 1A | 4 | 9D | 5A | 40 |
| Octal | 120 | 366 | 265 | 103 | 0 | 32 | 4 | 235 | 132 | 100 |
| Binary | 1010000 | 11110110 | 10110101 | 1000011 | 0 | 11010 | 100 | 10011101 | 1011010 | 1000000 |
Color Harmonies of #50F6B5
Complementary color
Monochromatic Colors of #50F6B5
Black with #50F6B5
Text Example
Text Example
White with #50F6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F6B5; }
p { color: rgb(80,246,181); }
H1.HeaderClassName
{
color: #50F6B5;
}
.AnyTagClassName
{
color: #50F6B5;
}
</style>
background-color css
<style>
a { background-color: #50F6B5; }
a { background-color: rgb(80,246,181); }
div.DivClassName
{
background-color: #50F6B5;
}
.BgClassName
{
background-color: #50F6B5;
}
</style>
border-color css
<style>
span { border-color: #50F6B5; }
span { border-color: rgb(80,246,181); }
td.TdClassName
{
border-color: #50F6B5;
}
.TagClassName
{
border-color: #50F6B5;
}
</style>