Shades of Turquoise #50DFDB
Tints of Turquoise #50DFDB
RGB
CMYK
RGB Variations
Color information
#50DFDB (or 0x50DFDB) is known color: Turquoise. HEX triplet: 50, DF and DB. RGB value is (80,223,219). Sum of RGB (Red+Green+Blue) = 80+223+219=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DFDB is #AF2024. Grayscale: #B3B3B3. Windows color (decimal): -11477029 or 14409552. OLE color: 14409552.
HSL color Cylindrical-coordinate representation of color #50DFDB: hue angle of 178.32º 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 #50DFDB is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 219 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.13 |
| HSL | 178.32º | 0.69% | 0.59% | - |
| HSV(B) | 178.32º | 0.64% | 0.87% | - |
| XYZ | 42.48 | 59.6 | 76.28 | - |
| YUV | 179.79 | 150.12 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 219 | 0.64 | 0 | 0.02 | 0.13 | 178.32 | 0.69 | 0.59 |
| Hex | 50 | DF | DB | 40 | 0 | 2 | D | B2 | 45 | 3B |
| Octal | 120 | 337 | 333 | 100 | 0 | 2 | 15 | 262 | 105 | 73 |
| Binary | 1010000 | 11011111 | 11011011 | 1000000 | 0 | 10 | 1101 | 10110010 | 1000101 | 111011 |
Color Harmonies of #50DFDB
Complementary color
Monochromatic Colors of #50DFDB
Black with #50DFDB
Text Example
Text Example
White with #50DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFDB; }
p { color: rgb(80,223,219); }
H1.HeaderClassName
{
color: #50DFDB;
}
.AnyTagClassName
{
color: #50DFDB;
}
</style>
background-color css
<style>
a { background-color: #50DFDB; }
a { background-color: rgb(80,223,219); }
div.DivClassName
{
background-color: #50DFDB;
}
.BgClassName
{
background-color: #50DFDB;
}
</style>
border-color css
<style>
span { border-color: #50DFDB; }
span { border-color: rgb(80,223,219); }
td.TdClassName
{
border-color: #50DFDB;
}
.TagClassName
{
border-color: #50DFDB;
}
</style>