Shades of Turquoise #50F0DA
Tints of Turquoise #50F0DA
RGB
CMYK
RGB Variations
Color information
#50F0DA (or 0x50F0DA) is known color: Turquoise. HEX triplet: 50, F0 and DA. RGB value is (80,240,218). Sum of RGB (Red+Green+Blue) = 80+240+218=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #50F0DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F0DA is #AF0F25. Grayscale: #BDBDBD. Windows color (decimal): -11472678 or 14348368. OLE color: 14348368.
HSL color Cylindrical-coordinate representation of color #50F0DA: hue angle of 171.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F0DA is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 218 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.06 |
| HSL | 171.75º | 0.84% | 0.63% | - |
| HSV(B) | 171.75º | 0.67% | 0.94% | - |
| XYZ | 47.12 | 69.09 | 77.18 | - |
| YUV | 189.65 | 143.99 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 218 | 0.67 | 0 | 0.09 | 0.06 | 171.75 | 0.84 | 0.63 |
| Hex | 50 | F0 | DA | 43 | 0 | 9 | 6 | AC | 54 | 3F |
| Octal | 120 | 360 | 332 | 103 | 0 | 11 | 6 | 254 | 124 | 77 |
| Binary | 1010000 | 11110000 | 11011010 | 1000011 | 0 | 1001 | 110 | 10101100 | 1010100 | 111111 |
Color Harmonies of #50F0DA
Complementary color
Monochromatic Colors of #50F0DA
Black with #50F0DA
Text Example
Text Example
White with #50F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F0DA; }
p { color: rgb(80,240,218); }
H1.HeaderClassName
{
color: #50F0DA;
}
.AnyTagClassName
{
color: #50F0DA;
}
</style>
background-color css
<style>
a { background-color: #50F0DA; }
a { background-color: rgb(80,240,218); }
div.DivClassName
{
background-color: #50F0DA;
}
.BgClassName
{
background-color: #50F0DA;
}
</style>
border-color css
<style>
span { border-color: #50F0DA; }
span { border-color: rgb(80,240,218); }
td.TdClassName
{
border-color: #50F0DA;
}
.TagClassName
{
border-color: #50F0DA;
}
</style>