Shades of Turquoise #50FDCB
Tints of Turquoise #50FDCB
RGB
CMYK
RGB Variations
Color information
#50FDCB (or 0x50FDCB) is known color: Turquoise. HEX triplet: 50, FD and CB. RGB value is (80,253,203). Sum of RGB (Red+Green+Blue) = 80+253+203=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FDCB is #AF0234. Grayscale: #C3C3C3. Windows color (decimal): -11469365 or 13368656. OLE color: 13368656.
HSL color Cylindrical-coordinate representation of color #50FDCB: hue angle of 162.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FDCB is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 203 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.01 |
| HSL | 162.66º | 0.98% | 0.65% | - |
| HSV(B) | 162.66º | 0.68% | 0.99% | - |
| XYZ | 49.21 | 76.27 | 68.63 | - |
| YUV | 195.57 | 132.19 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 203 | 0.68 | 0 | 0.20 | 0.01 | 162.66 | 0.98 | 0.65 |
| Hex | 50 | FD | CB | 44 | 0 | 14 | 1 | A3 | 62 | 41 |
| Octal | 120 | 375 | 313 | 104 | 0 | 24 | 1 | 243 | 142 | 101 |
| Binary | 1010000 | 11111101 | 11001011 | 1000100 | 0 | 10100 | 1 | 10100011 | 1100010 | 1000001 |
Color Harmonies of #50FDCB
Complementary color
Monochromatic Colors of #50FDCB
Black with #50FDCB
Text Example
Text Example
White with #50FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FDCB; }
p { color: rgb(80,253,203); }
H1.HeaderClassName
{
color: #50FDCB;
}
.AnyTagClassName
{
color: #50FDCB;
}
</style>
background-color css
<style>
a { background-color: #50FDCB; }
a { background-color: rgb(80,253,203); }
div.DivClassName
{
background-color: #50FDCB;
}
.BgClassName
{
background-color: #50FDCB;
}
</style>
border-color css
<style>
span { border-color: #50FDCB; }
span { border-color: rgb(80,253,203); }
td.TdClassName
{
border-color: #50FDCB;
}
.TagClassName
{
border-color: #50FDCB;
}
</style>