Shades of Turquoise #50FFDC
Tints of Turquoise #50FFDC
RGB
CMYK
RGB Variations
Color information
#50FFDC (or 0x50FFDC) is known color: Turquoise. HEX triplet: 50, FF and DC. RGB value is (80,255,220). Sum of RGB (Red+Green+Blue) = 80+255+220=555 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.41% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFDC is #AF0023. Grayscale: #C6C6C6. Windows color (decimal): -11468836 or 14483280. OLE color: 14483280.
HSL color Cylindrical-coordinate representation of color #50FFDC: hue angle of 168º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFDC is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 220 | - |
| CMYK | 0.69 | 0 | 0.14 | 0 |
| HSL | 168º | 1% | 0.66% | - |
| HSV(B) | 168º | 0.69% | 1% | - |
| XYZ | 51.99 | 78.39 | 80.1 | - |
| YUV | 198.69 | 140.02 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 220 | 0.69 | 0 | 0.14 | 0 | 168 | 1 | 0.66 |
| Hex | 50 | FF | DC | 45 | 0 | E | 0 | A8 | 64 | 42 |
| Octal | 120 | 377 | 334 | 105 | 0 | 16 | 0 | 250 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11011100 | 1000101 | 0 | 1110 | 0 | 10101000 | 1100100 | 1000010 |
Color Harmonies of #50FFDC
Complementary color
Monochromatic Colors of #50FFDC
Black with #50FFDC
Text Example
Text Example
White with #50FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFDC; }
p { color: rgb(80,255,220); }
H1.HeaderClassName
{
color: #50FFDC;
}
.AnyTagClassName
{
color: #50FFDC;
}
</style>
background-color css
<style>
a { background-color: #50FFDC; }
a { background-color: rgb(80,255,220); }
div.DivClassName
{
background-color: #50FFDC;
}
.BgClassName
{
background-color: #50FFDC;
}
</style>
border-color css
<style>
span { border-color: #50FFDC; }
span { border-color: rgb(80,255,220); }
td.TdClassName
{
border-color: #50FFDC;
}
.TagClassName
{
border-color: #50FFDC;
}
</style>