Shades of Turquoise #50FCD4
Tints of Turquoise #50FCD4
RGB
CMYK
RGB Variations
Color information
#50FCD4 (or 0x50FCD4) is known color: Turquoise. HEX triplet: 50, FC and D4. RGB value is (80,252,212). Sum of RGB (Red+Green+Blue) = 80+252+212=544 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.71% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCD4 is #AF032B. Grayscale: #C3C3C3. Windows color (decimal): -11469612 or 13958224. OLE color: 13958224.
HSL color Cylindrical-coordinate representation of color #50FCD4: hue angle of 166.05º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FCD4 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 212 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.01 |
| HSL | 166.05º | 0.97% | 0.65% | - |
| HSV(B) | 166.05º | 0.68% | 0.99% | - |
| XYZ | 50 | 76.08 | 74.34 | - |
| YUV | 196.01 | 137.02 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 212 | 0.68 | 0 | 0.16 | 0.01 | 166.05 | 0.97 | 0.65 |
| Hex | 50 | FC | D4 | 44 | 0 | 10 | 1 | A6 | 61 | 41 |
| Octal | 120 | 374 | 324 | 104 | 0 | 20 | 1 | 246 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11010100 | 1000100 | 0 | 10000 | 1 | 10100110 | 1100001 | 1000001 |
Color Harmonies of #50FCD4
Complementary color
Monochromatic Colors of #50FCD4
Black with #50FCD4
Text Example
Text Example
White with #50FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCD4; }
p { color: rgb(80,252,212); }
H1.HeaderClassName
{
color: #50FCD4;
}
.AnyTagClassName
{
color: #50FCD4;
}
</style>
background-color css
<style>
a { background-color: #50FCD4; }
a { background-color: rgb(80,252,212); }
div.DivClassName
{
background-color: #50FCD4;
}
.BgClassName
{
background-color: #50FCD4;
}
</style>
border-color css
<style>
span { border-color: #50FCD4; }
span { border-color: rgb(80,252,212); }
td.TdClassName
{
border-color: #50FCD4;
}
.TagClassName
{
border-color: #50FCD4;
}
</style>