Shades of Turquoise #50FBCB
Tints of Turquoise #50FBCB
RGB
CMYK
RGB Variations
Color information
#50FBCB (or 0x50FBCB) is known color: Turquoise. HEX triplet: 50, FB and CB. RGB value is (80,251,203). Sum of RGB (Red+Green+Blue) = 80+251+203=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBCB is #AF0434. Grayscale: #C2C2C2. Windows color (decimal): -11469877 or 13368144. OLE color: 13368144.
HSL color Cylindrical-coordinate representation of color #50FBCB: hue angle of 163.16º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FBCB is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 203 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.02 |
| HSL | 163.16º | 0.96% | 0.65% | - |
| HSV(B) | 163.16º | 0.68% | 0.98% | - |
| XYZ | 48.58 | 75.01 | 68.42 | - |
| YUV | 194.4 | 132.85 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 203 | 0.68 | 0 | 0.19 | 0.02 | 163.16 | 0.96 | 0.65 |
| Hex | 50 | FB | CB | 44 | 0 | 13 | 2 | A3 | 60 | 41 |
| Octal | 120 | 373 | 313 | 104 | 0 | 23 | 2 | 243 | 140 | 101 |
| Binary | 1010000 | 11111011 | 11001011 | 1000100 | 0 | 10011 | 10 | 10100011 | 1100000 | 1000001 |
Color Harmonies of #50FBCB
Complementary color
Monochromatic Colors of #50FBCB
Black with #50FBCB
Text Example
Text Example
White with #50FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FBCB; }
p { color: rgb(80,251,203); }
H1.HeaderClassName
{
color: #50FBCB;
}
.AnyTagClassName
{
color: #50FBCB;
}
</style>
background-color css
<style>
a { background-color: #50FBCB; }
a { background-color: rgb(80,251,203); }
div.DivClassName
{
background-color: #50FBCB;
}
.BgClassName
{
background-color: #50FBCB;
}
</style>
border-color css
<style>
span { border-color: #50FBCB; }
span { border-color: rgb(80,251,203); }
td.TdClassName
{
border-color: #50FBCB;
}
.TagClassName
{
border-color: #50FBCB;
}
</style>