Shades of Turquoise #50F6DC
Tints of Turquoise #50F6DC
RGB
CMYK
RGB Variations
Color information
#50F6DC (or 0x50F6DC) is known color: Turquoise. HEX triplet: 50, F6 and DC. RGB value is (80,246,220). Sum of RGB (Red+Green+Blue) = 80+246+220=546 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.65% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #50F6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F6DC is #AF0923. Grayscale: #C1C1C1. Windows color (decimal): -11471140 or 14480976. OLE color: 14480976.
HSL color Cylindrical-coordinate representation of color #50F6DC: hue angle of 170.6º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F6DC is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 246 | 220 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.04 |
| HSL | 170.6º | 0.9% | 0.64% | - |
| HSV(B) | 170.6º | 0.67% | 0.96% | - |
| XYZ | 49.18 | 72.78 | 79.17 | - |
| YUV | 193.4 | 143 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 246 | 220 | 0.67 | 0 | 0.11 | 0.04 | 170.6 | 0.9 | 0.64 |
| Hex | 50 | F6 | DC | 43 | 0 | B | 4 | AB | 5A | 40 |
| Octal | 120 | 366 | 334 | 103 | 0 | 13 | 4 | 253 | 132 | 100 |
| Binary | 1010000 | 11110110 | 11011100 | 1000011 | 0 | 1011 | 100 | 10101011 | 1011010 | 1000000 |
Color Harmonies of #50F6DC
Complementary color
Monochromatic Colors of #50F6DC
Black with #50F6DC
Text Example
Text Example
White with #50F6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F6DC; }
p { color: rgb(80,246,220); }
H1.HeaderClassName
{
color: #50F6DC;
}
.AnyTagClassName
{
color: #50F6DC;
}
</style>
background-color css
<style>
a { background-color: #50F6DC; }
a { background-color: rgb(80,246,220); }
div.DivClassName
{
background-color: #50F6DC;
}
.BgClassName
{
background-color: #50F6DC;
}
</style>
border-color css
<style>
span { border-color: #50F6DC; }
span { border-color: rgb(80,246,220); }
td.TdClassName
{
border-color: #50F6DC;
}
.TagClassName
{
border-color: #50F6DC;
}
</style>