Shades of Turquoise #50DFBD
Tints of Turquoise #50DFBD
RGB
CMYK
RGB Variations
Color information
#50DFBD (or 0x50DFBD) is known color: Turquoise. HEX triplet: 50, DF and BD. RGB value is (80,223,189). Sum of RGB (Red+Green+Blue) = 80+223+189=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DFBD is #AF2042. Grayscale: #B0B0B0. Windows color (decimal): -11477059 or 12443472. OLE color: 12443472.
HSL color Cylindrical-coordinate representation of color #50DFBD: hue angle of 165.73º 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 #50DFBD is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 189 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.13 |
| HSL | 165.73º | 0.69% | 0.59% | - |
| HSV(B) | 165.73º | 0.64% | 0.87% | - |
| XYZ | 38.88 | 58.15 | 57.32 | - |
| YUV | 176.37 | 135.12 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 189 | 0.64 | 0 | 0.15 | 0.13 | 165.73 | 0.69 | 0.59 |
| Hex | 50 | DF | BD | 40 | 0 | F | D | A6 | 45 | 3B |
| Octal | 120 | 337 | 275 | 100 | 0 | 17 | 15 | 246 | 105 | 73 |
| Binary | 1010000 | 11011111 | 10111101 | 1000000 | 0 | 1111 | 1101 | 10100110 | 1000101 | 111011 |
Color Harmonies of #50DFBD
Complementary color
Monochromatic Colors of #50DFBD
Black with #50DFBD
Text Example
Text Example
White with #50DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFBD; }
p { color: rgb(80,223,189); }
H1.HeaderClassName
{
color: #50DFBD;
}
.AnyTagClassName
{
color: #50DFBD;
}
</style>
background-color css
<style>
a { background-color: #50DFBD; }
a { background-color: rgb(80,223,189); }
div.DivClassName
{
background-color: #50DFBD;
}
.BgClassName
{
background-color: #50DFBD;
}
</style>
border-color css
<style>
span { border-color: #50DFBD; }
span { border-color: rgb(80,223,189); }
td.TdClassName
{
border-color: #50DFBD;
}
.TagClassName
{
border-color: #50DFBD;
}
</style>