Shades of Turquoise #50DFDA
Tints of Turquoise #50DFDA
RGB
CMYK
RGB Variations
Color information
#50DFDA (or 0x50DFDA) is known color: Turquoise. HEX triplet: 50, DF and DA. RGB value is (80,223,218). Sum of RGB (Red+Green+Blue) = 80+223+218=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DFDA is #AF2025. Grayscale: #B3B3B3. Windows color (decimal): -11477030 or 14344016. OLE color: 14344016.
HSL color Cylindrical-coordinate representation of color #50DFDA: hue angle of 177.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 #50DFDA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 218 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.13 |
| HSL | 177.9º | 0.69% | 0.59% | - |
| HSV(B) | 177.9º | 0.64% | 0.87% | - |
| XYZ | 42.35 | 59.54 | 75.59 | - |
| YUV | 179.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 218 | 0.64 | 0 | 0.02 | 0.13 | 177.9 | 0.69 | 0.59 |
| Hex | 50 | DF | DA | 40 | 0 | 2 | D | B2 | 45 | 3B |
| Octal | 120 | 337 | 332 | 100 | 0 | 2 | 15 | 262 | 105 | 73 |
| Binary | 1010000 | 11011111 | 11011010 | 1000000 | 0 | 10 | 1101 | 10110010 | 1000101 | 111011 |
Color Harmonies of #50DFDA
Complementary color
Monochromatic Colors of #50DFDA
Black with #50DFDA
Text Example
Text Example
White with #50DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DFDA; }
p { color: rgb(80,223,218); }
H1.HeaderClassName
{
color: #50DFDA;
}
.AnyTagClassName
{
color: #50DFDA;
}
</style>
background-color css
<style>
a { background-color: #50DFDA; }
a { background-color: rgb(80,223,218); }
div.DivClassName
{
background-color: #50DFDA;
}
.BgClassName
{
background-color: #50DFDA;
}
</style>
border-color css
<style>
span { border-color: #50DFDA; }
span { border-color: rgb(80,223,218); }
td.TdClassName
{
border-color: #50DFDA;
}
.TagClassName
{
border-color: #50DFDA;
}
</style>