Shades of Turquoise #50F1DD
Tints of Turquoise #50F1DD
RGB
CMYK
RGB Variations
Color information
#50F1DD (or 0x50F1DD) is known color: Turquoise. HEX triplet: 50, F1 and DD. RGB value is (80,241,221). Sum of RGB (Red+Green+Blue) = 80+241+221=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F1DD is #AF0E22. Grayscale: #BEBEBE. Windows color (decimal): -11472419 or 14545232. OLE color: 14545232.
HSL color Cylindrical-coordinate representation of color #50F1DD: hue angle of 172.55º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F1DD is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 221 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.05 |
| HSL | 172.55º | 0.85% | 0.63% | - |
| HSV(B) | 172.55º | 0.67% | 0.95% | - |
| XYZ | 47.81 | 69.84 | 79.37 | - |
| YUV | 190.58 | 145.16 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 221 | 0.67 | 0 | 0.08 | 0.05 | 172.55 | 0.85 | 0.63 |
| Hex | 50 | F1 | DD | 43 | 0 | 8 | 5 | AD | 55 | 3F |
| Octal | 120 | 361 | 335 | 103 | 0 | 10 | 5 | 255 | 125 | 77 |
| Binary | 1010000 | 11110001 | 11011101 | 1000011 | 0 | 1000 | 101 | 10101101 | 1010101 | 111111 |
Color Harmonies of #50F1DD
Complementary color
Monochromatic Colors of #50F1DD
Black with #50F1DD
Text Example
Text Example
White with #50F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F1DD; }
p { color: rgb(80,241,221); }
H1.HeaderClassName
{
color: #50F1DD;
}
.AnyTagClassName
{
color: #50F1DD;
}
</style>
background-color css
<style>
a { background-color: #50F1DD; }
a { background-color: rgb(80,241,221); }
div.DivClassName
{
background-color: #50F1DD;
}
.BgClassName
{
background-color: #50F1DD;
}
</style>
border-color css
<style>
span { border-color: #50F1DD; }
span { border-color: rgb(80,241,221); }
td.TdClassName
{
border-color: #50F1DD;
}
.TagClassName
{
border-color: #50F1DD;
}
</style>