Shades of Turquoise #50DFBB
Tints of Turquoise #50DFBB
RGB
CMYK
RGB Variations
Color information
#50DFBB (or 0x50DFBB) is known color: Turquoise. HEX triplet: 50, DF and BB. RGB value is (80,223,187). Sum of RGB (Red+Green+Blue) = 80+223+187=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DFBB is #AF2044. Grayscale: #B0B0B0. Windows color (decimal): -11477061 or 12312400. OLE color: 12312400.
HSL color Cylindrical-coordinate representation of color #50DFBB: hue angle of 164.9º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DFBB is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 187 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.13 |
| HSL | 164.9º | 0.69% | 0.59% | - |
| HSV(B) | 164.9º | 0.64% | 0.87% | - |
| XYZ | 38.67 | 58.07 | 56.18 | - |
| YUV | 176.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 187 | 0.64 | 0 | 0.16 | 0.13 | 164.9 | 0.69 | 0.59 |
| Hex | 50 | DF | BB | 40 | 0 | 10 | D | A5 | 45 | 3B |
| Octal | 120 | 337 | 273 | 100 | 0 | 20 | 15 | 245 | 105 | 73 |
| Binary | 1010000 | 11011111 | 10111011 | 1000000 | 0 | 10000 | 1101 | 10100101 | 1000101 | 111011 |
Color Harmonies of #50DFBB
Complementary color
Monochromatic Colors of #50DFBB
Black with #50DFBB
Text Example
Text Example
White with #50DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFBB; }
p { color: rgb(80,223,187); }
H1.HeaderClassName
{
color: #50DFBB;
}
.AnyTagClassName
{
color: #50DFBB;
}
</style>
background-color css
<style>
a { background-color: #50DFBB; }
a { background-color: rgb(80,223,187); }
div.DivClassName
{
background-color: #50DFBB;
}
.BgClassName
{
background-color: #50DFBB;
}
</style>
border-color css
<style>
span { border-color: #50DFBB; }
span { border-color: rgb(80,223,187); }
td.TdClassName
{
border-color: #50DFBB;
}
.TagClassName
{
border-color: #50DFBB;
}
</style>