Shades of Turquoise #50FBCD
Tints of Turquoise #50FBCD
RGB
CMYK
RGB Variations
Color information
#50FBCD (or 0x50FBCD) is known color: Turquoise. HEX triplet: 50, FB and CD. RGB value is (80,251,205). Sum of RGB (Red+Green+Blue) = 80+251+205=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBCD is #AF0432. Grayscale: #C2C2C2. Windows color (decimal): -11469875 or 13499216. OLE color: 13499216.
HSL color Cylindrical-coordinate representation of color #50FBCD: hue angle of 163.86º 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 #50FBCD is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 205 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.02 |
| HSL | 163.86º | 0.96% | 0.65% | - |
| HSV(B) | 163.86º | 0.68% | 0.98% | - |
| XYZ | 48.82 | 75.11 | 69.68 | - |
| YUV | 194.63 | 133.85 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 205 | 0.68 | 0 | 0.18 | 0.02 | 163.86 | 0.96 | 0.65 |
| Hex | 50 | FB | CD | 44 | 0 | 12 | 2 | A4 | 60 | 41 |
| Octal | 120 | 373 | 315 | 104 | 0 | 22 | 2 | 244 | 140 | 101 |
| Binary | 1010000 | 11111011 | 11001101 | 1000100 | 0 | 10010 | 10 | 10100100 | 1100000 | 1000001 |
Color Harmonies of #50FBCD
Complementary color
Monochromatic Colors of #50FBCD
Black with #50FBCD
Text Example
Text Example
White with #50FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FBCD; }
p { color: rgb(80,251,205); }
H1.HeaderClassName
{
color: #50FBCD;
}
.AnyTagClassName
{
color: #50FBCD;
}
</style>
background-color css
<style>
a { background-color: #50FBCD; }
a { background-color: rgb(80,251,205); }
div.DivClassName
{
background-color: #50FBCD;
}
.BgClassName
{
background-color: #50FBCD;
}
</style>
border-color css
<style>
span { border-color: #50FBCD; }
span { border-color: rgb(80,251,205); }
td.TdClassName
{
border-color: #50FBCD;
}
.TagClassName
{
border-color: #50FBCD;
}
</style>