Shades of Turquoise #50FFBF
Tints of Turquoise #50FFBF
RGB
CMYK
RGB Variations
Color information
#50FFBF (or 0x50FFBF) is known color: Turquoise. HEX triplet: 50, FF and BF. RGB value is (80,255,191). Sum of RGB (Red+Green+Blue) = 80+255+191=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFBF is #AF0040. Grayscale: #C3C3C3. Windows color (decimal): -11468865 or 12582736. OLE color: 12582736.
HSL color Cylindrical-coordinate representation of color #50FFBF: hue angle of 158.06º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFBF is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 191 | - |
| CMYK | 0.69 | 0 | 0.25 | 0 |
| HSL | 158.06º | 1% | 0.66% | - |
| HSV(B) | 158.06º | 0.69% | 1% | - |
| XYZ | 48.47 | 76.99 | 61.6 | - |
| YUV | 195.38 | 125.52 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 191 | 0.69 | 0 | 0.25 | 0 | 158.06 | 1 | 0.66 |
| Hex | 50 | FF | BF | 45 | 0 | 19 | 0 | 9E | 64 | 42 |
| Octal | 120 | 377 | 277 | 105 | 0 | 31 | 0 | 236 | 144 | 102 |
| Binary | 1010000 | 11111111 | 10111111 | 1000101 | 0 | 11001 | 0 | 10011110 | 1100100 | 1000010 |
Color Harmonies of #50FFBF
Complementary color
Monochromatic Colors of #50FFBF
Black with #50FFBF
Text Example
Text Example
White with #50FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFBF; }
p { color: rgb(80,255,191); }
H1.HeaderClassName
{
color: #50FFBF;
}
.AnyTagClassName
{
color: #50FFBF;
}
</style>
background-color css
<style>
a { background-color: #50FFBF; }
a { background-color: rgb(80,255,191); }
div.DivClassName
{
background-color: #50FFBF;
}
.BgClassName
{
background-color: #50FFBF;
}
</style>
border-color css
<style>
span { border-color: #50FFBF; }
span { border-color: rgb(80,255,191); }
td.TdClassName
{
border-color: #50FFBF;
}
.TagClassName
{
border-color: #50FFBF;
}
</style>